DeactivateLicenseResult
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the result of deactivating a license.
Inheritance
object ← DeactivateLicenseResult
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
DeactivateLicenseResult(DeactivateLicenseResponse)
Initializes a new instance of the class with the specified response from the license deactivation operation.
Parameters
Name
Description
The response from the license deactivation operation.
Properties
ActiveClientCount
Gets the number of active clients after deactivating the license.
Property Value
LicenseId
Gets the license ID of the deactivated license.
Property Value
MaxClientCount
Gets the maximum number of clients allowed for the deactivated license.
Property Value
Last updated