ServicePRO SDK Help

RequestServicesManager..::..GetRequestPrivileges Method

Gets the request privilege information.

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

Syntax


public void GetRequestPrivileges(
	string userSessionKey,
	int requestId,
	int userId,
	int queueId,
	Action<int, int, stcUserPrivilege, Exception> callbackAction
)
Public Sub GetRequestPrivileges ( _
	userSessionKey As String, _
	requestId As Integer, _
	userId As Integer, _
	queueId As Integer, _
	callbackAction As Action(Of Integer, Integer, stcUserPrivilege, 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.
userId
Type: Int32
The user identifier.
queueId
Type: Int32
The queue identifier.
callbackAction
Type: Action<(Of <(<'Int32, Int32, stcUserPrivilege, Exception>)>)>
The callback action.