ServicePRO SDK Help

RequestServicesClient..::..BeginGetWorkspaceRequests Method

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

Syntax


public IAsyncResult BeginGetWorkspaceRequests(
	string userSessionKey,
	stcListItem selectedUser,
	clsEnumeration..::..hsQueueView queueView,
	HierarchyItem selectedNode,
	clsEnumeration..::..hsListFilter listFilter,
	clsEnumeration..::..hsListServiceRequestType listType,
	clsEnumeration..::..hsStatus requestStatus,
	int filterOptions,
	bool includeSubFolders,
	bool showInDispatch,
	bool showInService,
	bool showInQueue,
	int startRow,
	int endRow,
	string orderByClause,
	string whereClause,
	Nullable<DateTime> lastSyncTime,
	ObservableCollection<int> clientSnapshotCollection,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetWorkspaceRequests ( _
	userSessionKey As String, _
	selectedUser As stcListItem, _
	queueView As clsEnumeration..::..hsQueueView, _
	selectedNode As HierarchyItem, _
	listFilter As clsEnumeration..::..hsListFilter, _
	listType As clsEnumeration..::..hsListServiceRequestType, _
	requestStatus As clsEnumeration..::..hsStatus, _
	filterOptions As Integer, _
	includeSubFolders As Boolean, _
	showInDispatch As Boolean, _
	showInService As Boolean, _
	showInQueue As Boolean, _
	startRow As Integer, _
	endRow As Integer, _
	orderByClause As String, _
	whereClause As String, _
	lastSyncTime As Nullable(Of DateTime), _
	clientSnapshotCollection As ObservableCollection(Of Integer), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
selectedUser
Type: HelpSTAR.PCL.Common..::..stcListItem
queueView
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsQueueView
selectedNode
Type: HelpSTAR.Hybrid.Common..::..HierarchyItem
listFilter
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsListFilter
listType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsListServiceRequestType
requestStatus
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsStatus
filterOptions
Type: Int32
includeSubFolders
Type: Boolean
showInDispatch
Type: Boolean
showInService
Type: Boolean
showInQueue
Type: Boolean
startRow
Type: Int32
endRow
Type: Int32
orderByClause
Type: String
whereClause
Type: String
lastSyncTime
Type: Nullable<(Of <(<'DateTime>)>)>
clientSnapshotCollection
Type: ObservableCollection<(Of <(<'Int32>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object