Click or drag to resize
XmlLicenseFileServiceGetLicenseFileAsync Method (String)
Calls the GetLicenseFile web method asynchronously.

Namespace: com.softwarekey.Client.WebService.XmlLicenseFileService
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public void GetLicenseFileAsync(
	string xml
)

Parameters

xml
Type: SystemString
An XML formatted request string.
Remarks
Caution note Caution

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

See Also