ServicePRO SDK Help

IManageObjectsService..::..BeginRename Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginRename(
	string SessionKey,
	int QueueId,
	string name,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginRename ( _
	SessionKey As String, _
	QueueId As Integer, _
	name As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
QueueId
Type: Int32
name
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object