ServicePRO SDK Help

RequestServicesClient..::..BeginDoesQMThreadExistForRequest Method

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

Syntax


public IAsyncResult BeginDoesQMThreadExistForRequest(
	string userSessionKey,
	int requestId,
	string qmSubject,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginDoesQMThreadExistForRequest ( _
	userSessionKey As String, _
	requestId As Integer, _
	qmSubject As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
requestId
Type: Int32
qmSubject
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object