ServicePRO SDK Help

RequestServicesManager..::..GetRequestProperties Method

Gets the request property information.

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

Syntax


public void GetRequestProperties(
	string userSessionKey,
	int requestId,
	bool generateHtml,
	Action<Dictionary<string, Object>, string, int, int, stcUserPrivilege, Exception> callbackAction
)
Public Sub GetRequestProperties ( _
	userSessionKey As String, _
	requestId As Integer, _
	generateHtml As Boolean, _
	callbackAction As Action(Of Dictionary(Of String, Object), String, 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.
generateHtml
Type: Boolean
set to true if need to generate HTML string.(in callback result)
callbackAction
Type: Action<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>, String, Int32, Int32, stcUserPrivilege, Exception>)>)>
The callback action.