ReleaseFloatingLicenseResult

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

Represents the result of releasing a floating license.

public class ReleaseFloatingLicenseResult

Inheritance

objectReleaseFloatingLicenseResult

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ReleaseFloatingLicenseResult(ReleaseLicenseResponse)

Initializes a new instance of the class with the specified response from the license release operation.

public ReleaseFloatingLicenseResult(ReleaseLicenseResponse response)

Parameters

NameDescription

The response from the license release operation.

Properties

ActiveClientCount

Gets the number of active clients for the released license.

public int ActiveClientCount { get; }

Property Value

int

LicenseId

Gets the license ID associated with the released license.

public string LicenseId { get; }

Property Value

string

MaxClientCount

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

public int MaxClientCount { get; }

Property Value

int

Last updated