Click or drag to resize

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; }

Property Value

Type: DateTime
The UTC date and time of the last heartbeat sent.
See Also