ServicePRO SDK Help

RequestServicesManager..::..GetRequest Method

Gets the request by identifier.

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

Syntax


public void GetRequest(
	string userSessionKey,
	int requestId,
	bool IsMinimal,
	Action<stcRequest, int, stcPrivilegeRequest, bool, bool, Snapshot, Exception> callbackAction
)
Public Sub GetRequest ( _
	userSessionKey As String, _
	requestId As Integer, _
	IsMinimal As Boolean, _
	callbackAction As Action(Of stcRequest, Integer, stcPrivilegeRequest, Boolean, Boolean, Snapshot, 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.
IsMinimal
Type: Boolean
if set to true will not retrieve Memo count and privilege requests.
callbackAction
Type: Action<(Of <(<'stcRequest, Int32, stcPrivilegeRequest, Boolean, Boolean, Snapshot, Exception>)>)>
The callback action.