XmlActivationServiceDecrementLicenseCounterAsync Method (String, Object) |
Calls the DecrementLicenseCounter web method.
Namespace: com.softwarekey.Client.WebService.XmlActivationServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public void DecrementLicenseCounterAsync(
string xml,
Object userState
)
Public Sub DecrementLicenseCounterAsync (
xml As String,
userState As Object
)
public:
void DecrementLicenseCounterAsync(
String^ xml,
Object^ userState
)
Parameters
- xml
- Type: SystemString
An XML formatted request string. - userState
- Type: SystemObject
The user state Object.
Remarks See Also