Share via


IFrontEndServer.LastContactedTime Property

 

Applies To: Windows Server Update Services

Retrieves the last time the server updates its heartbeat.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

DateTime LastContactedTime { get; }
property DateTime LastContactedTime {
    DateTime get();
}
abstract LastContactedTime : DateTime with get
ReadOnly Property LastContactedTime As Date

Property Value

Type: System.DateTime

The last time the server updates its heartbeat.

See Also

IFrontEndServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top