ServicePRO SDK Help

RequestServicesManager..::..DoesQMThreadExistForRequest Method

Check whether exists quick message thread for specific request.

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

Syntax


public void DoesQMThreadExistForRequest(
	string userSessionKey,
	int requestId,
	string qmSubject,
	Action<bool, Exception> callbackAction
)
Public Sub DoesQMThreadExistForRequest ( _
	userSessionKey As String, _
	requestId As Integer, _
	qmSubject As String, _
	callbackAction As Action(Of Boolean, 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.
qmSubject
Type: String
The quick message subject.
callbackAction
Type: Action<(Of <(<'Boolean, Exception>)>)>
The callback action.