ServicePRO SDK Help

ManageObjectsServicesManager..::..Rename Method

Rename queue.

Namespace:  ServicePRO.Sdk.Windows.Managers
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public void Rename(
	string sessionKey,
	int QueueId,
	string name,
	Action<Exception> callbackAction
)
Public Sub Rename ( _
	sessionKey As String, _
	QueueId As Integer, _
	name As String, _
	callbackAction As Action(Of Exception) _
)

Parameters

sessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
QueueId
Type: Int32
The queue identifier.
name
Type: String
The new queue name.
callbackAction
Type: Action<(Of <(<'Exception>)>)>
The callback action.