ServicePRO SDK Help

RequestServicesClient..::..BeginGetRequestByRefrenceID Method

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

Syntax


public IAsyncResult BeginGetRequestByRefrenceID(
	string userSessionKey,
	int RequestID,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetRequestByRefrenceID ( _
	userSessionKey As String, _
	RequestID As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
RequestID
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object