ServicePRO SDK Help

IManageObjectsService..::..BeginClosedRequest Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginClosedRequest(
	string SessionKey,
	int RequestId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginClosedRequest ( _
	SessionKey As String, _
	RequestId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
RequestId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object