ServicePRO SDK Help

RequestServicesClient..::..BeginValidateMoveAndClose Method

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

Syntax


public IAsyncResult BeginValidateMoveAndClose(
	string userSessionKey,
	int requestId,
	int queueId,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginValidateMoveAndClose ( _
	userSessionKey As String, _
	requestId As Integer, _
	queueId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
requestId
Type: Int32
queueId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object