| ServerMetricsLastContactUtc Property |
Gets or sets the time of the last heartbeat sent to the name server (for data servers) or job server (for task servers).
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public DateTime LastContactUtc { get; set; }
Public Property LastContactUtc As DateTime
Get
Set
public:
property DateTime LastContactUtc {
DateTime get ();
void set (DateTime value);
}
member LastContactUtc : DateTime with get, set
Property Value
Type:
DateTime
The UTC date and time of the last heartbeat sent.
See Also