ServicePRO SDK Help

RequestServicesManager..::..GetEntireQuickMessage Method

Gets the entire quick message list.

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

Syntax


public void GetEntireQuickMessage(
	string userSessionKey,
	clsEnumeration..::..hsHelpStarObject objectType,
	int objectId,
	string threadId,
	clsEnumeration..::..hsSortDirection sortDirection,
	Action<ObservableCollection<Dictionary<string, Object>>, ObservableCollection<Dictionary<string, Object>>, stcQuickMessage, Exception> callbackResult
)
Public Sub GetEntireQuickMessage ( _
	userSessionKey As String, _
	objectType As clsEnumeration..::..hsHelpStarObject, _
	objectId As Integer, _
	threadId As String, _
	sortDirection As clsEnumeration..::..hsSortDirection, _
	callbackResult As Action(Of ObservableCollection(Of Dictionary(Of String, Object)), ObservableCollection(Of Dictionary(Of String, Object)), stcQuickMessage, 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.
objectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
Type of the HelpSTAR object.
objectId
Type: Int32
The object identifier.
threadId
Type: String
The thread identifier.
sortDirection
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsSortDirection
The sort direction.
callbackResult
Type: Action<(Of <(<'ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>, stcQuickMessage, Exception>)>)>
The callback result.