ServicePRO SDK Help

ICoreServices..::..BeginActivateTestDrive Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginActivateTestDrive(
	string sessionKey,
	stcRegInfo registrationInfo,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginActivateTestDrive ( _
	sessionKey As String, _
	registrationInfo As stcRegInfo, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
registrationInfo
Type: HelpSTAR.PCL.Common..::..stcRegInfo
callback
Type: AsyncCallback
asyncState
Type: Object