ServicePRO SDK Help

RequestServicesManager..::..SendQuickMessage Method

Sends the quick message.

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

Syntax


public void SendQuickMessage(
	string userSessionKey,
	stcQuickMessage message,
	int quickMessageId,
	string objectName,
	DateTime dateLoaded,
	ObservableCollection<stcListItem> recipients,
	Action<stcQuickMessage, Exception> callbackAction
)
Public Sub SendQuickMessage ( _
	userSessionKey As String, _
	message As stcQuickMessage, _
	quickMessageId As Integer, _
	objectName As String, _
	dateLoaded As DateTime, _
	recipients As ObservableCollection(Of stcListItem), _
	callbackAction As Action(Of 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.
message
Type: HelpSTAR.PCL.Common..::..stcQuickMessage
The message data.
quickMessageId
Type: Int32
The quick message identifier.
objectName
Type: String
Name of the object.
dateLoaded
Type: DateTime
The date loaded.
recipients
Type: ObservableCollection<(Of <(<'stcListItem>)>)>
The collection of recipient.
callbackAction
Type: Action<(Of <(<'stcQuickMessage, Exception>)>)>
The callback action.