ServicePRO SDK Help

RequestServicesClient..::..EndValidateOpenQuota Method

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

Syntax


public bool EndValidateOpenQuota(
	out int maxPickQuota,
	out int allowedQuota,
	out bool maxPickResult,
	IAsyncResult result
)
Public Function EndValidateOpenQuota ( _
	<OutAttribute> ByRef maxPickQuota As Integer, _
	<OutAttribute> ByRef allowedQuota As Integer, _
	<OutAttribute> ByRef maxPickResult As Boolean, _
	result As IAsyncResult _
) As Boolean

Parameters

maxPickQuota
Type: Int32%
allowedQuota
Type: Int32%
maxPickResult
Type: Boolean%
result
Type: IAsyncResult