ServicePRO SDK Help

KnowledgeBaseServiceManager..::..GetRequest Method

Gets the service request information by identifier.

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

Syntax


public void GetRequest(
	int requestId,
	string userSessionKey,
	Action<stcRequest, Exception> callbackAction
)
Public Sub GetRequest ( _
	requestId As Integer, _
	userSessionKey As String, _
	callbackAction As Action(Of stcRequest, Exception) _
)

Parameters

requestId
Type: Int32
The request identifier.
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.
callbackAction
Type: Action<(Of <(<'stcRequest, Exception>)>)>
The callback action.