ServicePRO SDK Help

IRequestServices..::..BeginValidateOpenQuota Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginValidateOpenQuota(
	string userSessionKey,
	int requestId,
	int userId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginValidateOpenQuota ( _
	userSessionKey As String, _
	requestId As Integer, _
	userId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

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