Click or drag to resize
XmlLicenseServiceRegisterAsync Method (XmlNode, Object)
Calls the Register web method.

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

Parameters

xml
Type: System.XmlXmlNode
An XML formatted request string.
userState
Type: SystemObject
The user state object.

Return Value

Type: 
Returns the XML formatted result.
Remarks
Caution note Caution

This method should not typically be called directly.

See Also