Open this page in the API Guide

ServerInfo.LastSeenTime Property

Gets the UTC time at which the server last reported itself as active.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public DateTime? LastSeenTime { get; }

Property Value

Type: Nullable<DateTime>
The time at which the server last reported itself as active, or null if it has never done so.
Remarks
A server "reports itself as active" by updating a record in the application database.
See Also