XmlLicenseService.ValidateRegistrationAsync Method (XmlNode) |
Calls the ValidateRegistration web method asynchronously.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic void ValidateRegistrationAsync(
XmlNode xml
)
Public Sub ValidateRegistrationAsync (
xml As XmlNode
)
public:
void ValidateRegistrationAsync(
XmlNode^ xml
)
Parameters
- xml
- Type: System.Xml.XmlNode
An XML formatted request string.
Return Value
Type:
Returns the XML formatted result.
Remarks Caution |
---|
This method should not typically be called directly. |
See Also