XmlLicenseFileServiceCancelAsync Method |
Cancels an asynchronous call to an XML Web service method (unless the call has already been completed).
Namespace: com.softwarekey.Client.WebService.XmlLicenseFileServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic void CancelAsync(
Object userState
)
Public Sub CancelAsync (
userState As Object
)
public:
void CancelAsync(
Object^ userState
)
Parameters
- userState
- Type: SystemObject
The user state Object.
See Also