ServicePRO SDK Help

RequestServicesManager..::..GetRequestDetailHTMLPrint Method

Gets the request detail information in HTML formate.

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

Syntax


public void GetRequestDetailHTMLPrint(
	string userSessionKey,
	int RequestId,
	stcRequest aRequest,
	string reqTitle,
	Action<string, Exception> callbackAction
)
Public Sub GetRequestDetailHTMLPrint ( _
	userSessionKey As String, _
	RequestId As Integer, _
	aRequest As stcRequest, _
	reqTitle As String, _
	callbackAction As Action(Of String, 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.
aRequest
Type: HelpSTAR.PCL.Common..::..stcRequest
service request data.
reqTitle
Type: String
The service request title text. (obsolete)
callbackAction
Type: Action<(Of <(<'String, Exception>)>)>
The callback action.