Click or drag to resize
XmlActivationServiceActivateInstallationLicenseFileAsync Method (String, Object)
Calls the ActivateInstallationLicenseFile web method asynchronously.

Namespace: com.softwarekey.Client.WebService.XmlActivationService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public void ActivateInstallationLicenseFileAsync(
	string xml,
	Object userState
)

Parameters

xml
Type: SystemString
An XML formatted request string.
userState
Type: SystemObject
The user state Object.
Remarks
Caution note Caution

This method should not typically be called directly. Please use the ActivateInstallationLicenseFile class instead.

See Also