ServicePRO SDK Help

RequestServicesManager..::..GetRequestMeetings Method

Gets the collection of meeting information from specific request.

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

Syntax


public void GetRequestMeetings(
	string userSessionKey,
	int requestId,
	clsEnumeration..::..hsSortDirection sortDirection,
	int startRow,
	int endRow,
	Action<int, ObservableCollection<Dictionary<string, Object>>, ObservableCollection<Dictionary<string, Object>>, Exception> callbackAction
)
Public Sub GetRequestMeetings ( _
	userSessionKey As String, _
	requestId As Integer, _
	sortDirection As clsEnumeration..::..hsSortDirection, _
	startRow As Integer, _
	endRow As Integer, _
	callbackAction As Action(Of Integer, ObservableCollection(Of Dictionary(Of String, Object)), 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.
requestId
Type: Int32
The request identifier.
sortDirection
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsSortDirection
The sorting direction.
startRow
Type: Int32
The number of starting row.
endRow
Type: Int32
The number of ending row.
callbackAction
Type: Action<(Of <(<'Int32, ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, Exception>)>)>
The callback action.