ServicePRO SDK Help

RequestServicesClient..::..BeginGetRequestDetailHTMLPrint Method

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

Syntax


public IAsyncResult BeginGetRequestDetailHTMLPrint(
	string userSessionKey,
	int RequestId,
	stcRequest aRequest,
	string reqTitle,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetRequestDetailHTMLPrint ( _
	userSessionKey As String, _
	RequestId As Integer, _
	aRequest As stcRequest, _
	reqTitle As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
RequestId
Type: Int32
aRequest
Type: HelpSTAR.PCL.Common..::..stcRequest
reqTitle
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object