HeartbeatCompletedEventArgs

Namespace: Babel.Licensing Assembly: Babel.Licensing.dll

Provides data for the event that is raised when a heartbeat operation is completed.

public class HeartbeatCompletedEventArgs : EventArgs

Inheritance

objectEventArgsHeartbeatCompletedEventArgs

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.

public HeartbeatCompletedEventArgs(HeartbeatResult result)

Parameters

NameDescription

The result of the heartbeat operation.

Properties

Result

Gets the result of the heartbeat operation.

public HeartbeatResult Result { get; }

Property Value

HeartbeatResult

Last updated