ServicePRO SDK Help

RequestServicesClient..::..BeginGetRequestTransactions Method

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

Syntax


public IAsyncResult BeginGetRequestTransactions(
	string userSessionKey,
	int requestId,
	int selectedMemoId,
	bool publicMemoOnly,
	string excludedAuthors,
	string excludeTransactionTypes,
	int startRow,
	int endRow,
	clsEnumeration..::..hsSortDirection sortDirection,
	string whereClause,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetRequestTransactions ( _
	userSessionKey As String, _
	requestId As Integer, _
	selectedMemoId As Integer, _
	publicMemoOnly As Boolean, _
	excludedAuthors As String, _
	excludeTransactionTypes As String, _
	startRow As Integer, _
	endRow As Integer, _
	sortDirection As clsEnumeration..::..hsSortDirection, _
	whereClause As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
requestId
Type: Int32
selectedMemoId
Type: Int32
publicMemoOnly
Type: Boolean
excludedAuthors
Type: String
excludeTransactionTypes
Type: String
startRow
Type: Int32
endRow
Type: Int32
sortDirection
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsSortDirection
whereClause
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object