ServicePRO SDK Help

RequestServicesManager..::..GetRequestListing Method

Gets the collection of request.

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

Syntax


public void GetRequestListing(
	string userSessionKey,
	stcListItem selectedUser,
	clsEnumeration..::..hsQueueView queueView,
	clsEnumeration..::..hsListFilter listFilter,
	clsEnumeration..::..hsListServiceRequestType listType,
	int filterOptions,
	stcDataRange dateRange,
	int startRow,
	int endRow,
	string orderByClause,
	string whereClause,
	Nullable<DateTime> lastSyncTime,
	int[] clientSnapshotCollection,
	Action<ObservableCollection<stcQueryField>, int[], int[], int, int, ObservableCollection<Dictionary<string, Object>>, Exception> callbackAction
)
Public Sub GetRequestListing ( _
	userSessionKey As String, _
	selectedUser As stcListItem, _
	queueView As clsEnumeration..::..hsQueueView, _
	listFilter As clsEnumeration..::..hsListFilter, _
	listType As clsEnumeration..::..hsListServiceRequestType, _
	filterOptions As Integer, _
	dateRange As stcDataRange, _
	startRow As Integer, _
	endRow As Integer, _
	orderByClause As String, _
	whereClause As String, _
	lastSyncTime As Nullable(Of DateTime), _
	clientSnapshotCollection As Integer(), _
	callbackAction As Action(Of ObservableCollection(Of stcQueryField), Integer(), Integer(), Integer, Integer, ObservableCollection(Of Dictionary(Of String, Object)), Exception) _
)

Parameters

userSessionKey
Type: String
User’s Session Key.
Key property of the User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
selectedUser
Type: HelpSTAR.PCL.Common..::..stcListItem
The selected user.
queueView
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsQueueView
The queue view.
listFilter
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsListFilter
The list filter.
listType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsListServiceRequestType
Type of the list.
filterOptions
Type: Int32
The filter options.
dateRange
Type: HelpSTAR.PCL.Common..::..stcDataRange
The date range.
startRow
Type: Int32
The number of starting row.
endRow
Type: Int32
The number of ending row.
orderByClause
Type: String
The order by clause in query string.
whereClause
Type: String
The where clause in query string.
lastSyncTime
Type: Nullable<(Of <(<'DateTime>)>)>
The last synchronize time.
clientSnapshotCollection
Type: array<Int32>[]()[][]
The client snapshot collection.
callbackAction
Type: Action<(Of <(<'ObservableCollection<(Of <(<'stcQueryField>)>)>, array<Int32>[]()[][], array<Int32>[]()[][], Int32, Int32, ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>
The callback action.