  | 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.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic 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
DateTime
            The UTC date and time of the last heartbeat sent.
            
See Also