ServerInfoLastSeenTime 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 (24.3.0.1000)
Syntax public DateTime? LastSeenTime { get; }
Public ReadOnly Property LastSeenTime As DateTime?
Get
public:
property Nullable<DateTime> LastSeenTime {
Nullable<DateTime> get ();
}
member LastSeenTime : Nullable<DateTime> with get
Property Value
Type:
NullableDateTime
The time at which the server last reported itself as active, or
if it has never done so.
Remarks
A server "reports itself as active" by updating a record in the application database.
See Also