ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginGetRequestInQueue Method

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

Syntax


public IAsyncResult BeginGetRequestInQueue(
	string SessionKey,
	int iQueueId,
	string WhereClause,
	string orderByClause,
	int StartRow,
	int EndRow,
	AsyncCallback callback,
	Object asyncState
)
Public 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