ServicePRO SDK Help

IRequestServices..::..BeginValidationToMoveRequests Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginValidationToMoveRequests(
	string userSessionKey,
	int[] RequestIds,
	bool isTeamWorkspace,
	int repOrTeamId,
	string Username,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginValidationToMoveRequests ( _
	userSessionKey As String, _
	RequestIds As Integer(), _
	isTeamWorkspace As Boolean, _
	repOrTeamId As Integer, _
	Username As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
RequestIds
Type: array<Int32>[]()[][]
isTeamWorkspace
Type: Boolean
repOrTeamId
Type: Int32
Username
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object