Heartbeat
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Represents a heartbeat worker.
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Heartbeat(BabelLicensing)
Initializes a new instance of the class.
Parameters
Name
Description
The licensing client.
Properties
Interval
The interval for sending heartbeat signals to the license server.
Property Value
UserKey
Gets or sets the user key.
Property Value
Methods
Start()
Starts the heartbeat worker.
Stop()
Stops the heartbeat worker.
Last updated