LicenseDecrementLicenseCounter Method (XmlActivationService, Int32) |
Decrements the License Counter value for the given Installation ID against SOLO Server using the current value in the
InstallationID property and a specified endpoint.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool DecrementLicenseCounter(
XmlActivationService client,
int decrementAmount
)
Public Overridable Function DecrementLicenseCounter (
client As XmlActivationService,
decrementAmount As Integer
) As Boolean
public:
virtual bool DecrementLicenseCounter(
XmlActivationService^ client,
int decrementAmount
)
Parameters
- client
- Type: com.softwarekey.Client.WebService.XmlActivationServiceXmlActivationService
For the .NET Framework PLUSManaged assembly, the SoapHttpClientProtocol derived object used to perform the web service call.
For the .NET Standard PLUSManaged assembly, the XmlWebService derived object used to perform the web service call.
- decrementAmount
- Type: SystemInt32
The amount to decrement the LicenseCounter value.
Return Value
Type:
BooleanReturns true if successful. If this is not successful, check the
LastError property for details.
Remarks
See Also