Click or drag to resize
XmlLicenseServiceCancelAsync Method
Cancels an asynchronous call to an XML Web service method (unless the call has already been completed).

Namespace: com.softwarekey.Client.WebService.XmlLicenseService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public void CancelAsync(
	Object userState
)

Parameters

userState
Type: SystemObject
The user state Object.
See Also