ReleaseFloatingLicenseResult
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the result of releasing a floating license.
Inheritance
object ← ReleaseFloatingLicenseResult
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.
Parameters
Name
Description
The response from the license release operation.
Properties
ActiveClientCount
Gets the number of active clients for the released license.
Property Value
LicenseId
Gets the license ID associated with the released license.
Property Value
MaxClientCount
Gets the maximum number of clients allowed for the released license.
Property Value
Last updated