XmlLicenseServiceAdd Method |
Calls the Add web method.
Namespace: com.softwarekey.Client.WebService.XmlLicenseServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic XmlNode Add(
XmlNode xml
)
Public Function Add (
xml As XmlNode
) As XmlNode
public:
XmlNode^ Add(
XmlNode^ xml
)
Parameters
- xml
- Type: System.XmlXmlNode
An XML formatted request string.
Return Value
Type:
XmlNodeReturns the XML formatted result.
Remarks Caution |
---|
This method should not typically be called directly. |
See Also