RequestFloatingLicenseResult
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the result of a request for a floating license.
Inheritance
object ← RequestFloatingLicenseResult
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
RequestFloatingLicenseResult(RequestLicenseResponse)
Initializes a new instance of the class with the specified response from the license request operation.
Parameters
The response from the license request operation.
Properties
ActiveClientCount
Gets the number of active clients for the requested license.
Property Value
HeartbeatInterval
Gets the interval for sending heartbeat signals to the license server.
Property Value
License
Gets or sets the license associated with the requested license.
Property Value
LicenseToken
Gets the license token associated with the requested license.
Property Value
MaxClientCount
Gets the maximum number of clients allowed for the requested license.
Property Value
TokenExpireDate
Gets the expiration date of the license token.
Property Value
Last updated