ServicePRO SDK Help

IRequestServices..::..BeginGetRequestQuickMessagesAndReminders Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetRequestQuickMessagesAndReminders(
	string userSessionKey,
	int requestId,
	clsEnumeration..::..hsSortDirection sortDirection,
	int startRow,
	int endRow,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetRequestQuickMessagesAndReminders ( _
	userSessionKey As String, _
	requestId As Integer, _
	sortDirection As clsEnumeration..::..hsSortDirection, _
	startRow As Integer, _
	endRow As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
requestId
Type: Int32
sortDirection
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsSortDirection
startRow
Type: Int32
endRow
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object