HeartbeatResult
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents the result of a heartbeat operation.
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
HeartbeatResult(HeartbeatResponse)
Initializes a new instance of the class with a successful heartbeat response.
Parameters
The heartbeat response.
HeartbeatResult(Exception)
Initializes a new instance of the class with an error during the heartbeat.
Parameters
The exception representing the error during the heartbeat.
Properties
ActiveClientCount
Gets the number of active clients associated with the license.
Property Value
ClientId
Gets the client id that send the heartbeat request.
Property Value
Error
Gets the error that occurred during the heartbeat, if any.
Property Value
HeartbeatExpireDate
Gets the date and time when the heartbeat will expire.
Property Value
HeartbeatInterval
Gets the interval at which the heartbeat should be performed.
Property Value
IsError
Gets a value indicating whether the heartbeat resulted in an error.
Property Value
LicenseToken
Gets the license token associated with the heartbeat.
Property Value
MaxClientCount
Gets the maximum number of clients allowed by the license.
Property Value
Last updated