ServicePRO SDK Help

RequestServicesManager..::..CheckUserOpenRequests Method

Checks whether the current user has reached the maximum of opened request quota.

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

Syntax


public void CheckUserOpenRequests(
	string userSessionKey,
	stcListItem SelectedUser,
	Action<bool, Exception> callbackAction
)
Public Sub CheckUserOpenRequests ( _
	userSessionKey As String, _
	SelectedUser As stcListItem, _
	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.
SelectedUser
Type: HelpSTAR.PCL.Common..::..stcListItem
The selected user.
callbackAction
Type: Action<(Of <(<'Boolean, Exception>)>)>
The callback action.