XmlActivationServiceDecrementLicenseCounter Method |
Calls the DecrementLicenseCounter web method.
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic XmlNode DecrementLicenseCounter(
string xml
)
Public Function DecrementLicenseCounter (
xml As String
) As XmlNode
public:
XmlNode^ DecrementLicenseCounter(
String^ xml
)
Parameters
- xml
- Type: SystemString
An XML formatted request string.
Return Value
Type:
XmlNodeReturns the XML formatted result.
Remarks
See Also