Deactivates the current license on the current system.
Namespace: SimpleMode.SecureLicenseManagerAssembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)
Syntax
C# |
---|
public bool Deactivate(
bool localOnly
) |
Visual Basic |
---|
Public Function Deactivate ( _
localOnly As Boolean _
) As Boolean |
Visual C++ |
---|
public:
bool Deactivate(
bool localOnly
) |
Parameters
- localOnly
- Type: System..::..Boolean
Used to specify if the license is deactivated only on the local system or both on the local system and on the server side via the license service.
Return Value
True if the current license is successfully deactivated.
See Also