DeactivateLicenseResult

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Represents the result of deactivating a license.

public class DeactivateLicenseResult

Inheritance

objectDeactivateLicenseResult

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.

public DeactivateLicenseResult(DeactivateLicenseResponse response)

Parameters

NameDescription

The response from the license deactivation operation.

Properties

ActiveClientCount

Gets the number of active clients after deactivating the license.

public int ActiveClientCount { get; }

Property Value

int

LicenseId

Gets the license ID of the deactivated license.

public string LicenseId { get; }

Property Value

string

MaxClientCount

Gets the maximum number of clients allowed for the deactivated license.

public int MaxClientCount { get; }

Property Value

int

Last updated