HeartbeatCompletedEventArgs
Namespace: Babel.Licensing Assembly: Babel.Licensing.dll
Provides data for the event that is raised when a heartbeat operation is completed.
Inheritance
object ← EventArgs ← HeartbeatCompletedEventArgs
Inherited Members
EventArgs.Empty, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
HeartbeatCompletedEventArgs(HeartbeatResult)
Initializes a new instance of the class with the specified heartbeat result.
Parameters
Name
Description
The result of the heartbeat operation.
Properties
Result
Gets the result of the heartbeat operation.
Property Value
Last updated