LicenseDeactivateInstallation Method (XmlActivationService) |
Deactivates the license with SOLO Server using the
InstallationID property and the specified endpoint.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual bool DeactivateInstallation(
XmlActivationService client
)
Public Overridable Function DeactivateInstallation (
client As XmlActivationService
) As Boolean
public:
virtual bool DeactivateInstallation(
XmlActivationService^ client
)
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.
Return Value
Type:
BooleanReturns true if successful. If this is not successful, check the
LastError property for details.
Remarks
This processes license deactivation request using SOLO Server's
XmlActivationService
web service's DeactivateInstallation method using the current value of the InstallationID property.
If the Installation ID is not set or is invalid, the
ActivateOnline may be used to get one, or you can call the
ActivateInstallationLicenseFile
method to get the Installation ID and License File at the same time.
See Also