ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginMoveQueue Method

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

Syntax


public IAsyncResult BeginMoveQueue(
	string SessionKey,
	stcQueue aQueue,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginMoveQueue ( _
	SessionKey As String, _
	aQueue As stcQueue, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
aQueue
Type: HelpSTAR.PCL.Common..::..stcQueue
callback
Type: AsyncCallback
asyncState
Type: Object