ServicePRO SDK Help

RequestServicesClient..::..BeginGetRequestAppointments Method

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

Syntax


public IAsyncResult BeginGetRequestAppointments(
	string userSessionKey,
	int requestId,
	clsEnumeration..::..hsSortDirection sortDirection,
	int startRow,
	int endRow,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetRequestAppointments ( _
	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