ServicePRO SDK Help

IRequestServices..::..BeginGetRequestProperties Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetRequestProperties(
	string userSessionKey,
	int requestId,
	bool generateHtml,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetRequestProperties ( _
	userSessionKey As String, _
	requestId As Integer, _
	generateHtml As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
requestId
Type: Int32
generateHtml
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object