Click or drag to resize
weroSoft AG, Software
ClientDeactivationStatus Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the license deactivation client status.

Namespace:  WeroSoft.Licensing
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum ClientDeactivationStatus
Members
  Member nameValueDescription
Success0 The deactivation was successful.
BaseUriCreationFailed1 The creation of the base URL failed.
ServerNotReached2 The server was not reached.
NotOwnedLicense3 The license to be deactivated is not registered by this client.
Failed4 A general exception was caught on license deactivation.
See Also