ServicePRO SDK Help

IManageObjectsService..::..BeginGetRequestInQueue Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetRequestInQueue(
	string sessionKey,
	int iQueueId,
	string WhereClause,
	string orderByClause,
	int StartRow,
	int EndRow,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetRequestInQueue ( _
	sessionKey As String, _
	iQueueId As Integer, _
	WhereClause As String, _
	orderByClause As String, _
	StartRow As Integer, _
	EndRow As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
iQueueId
Type: Int32
WhereClause
Type: String
orderByClause
Type: String
StartRow
Type: Int32
EndRow
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object