Open this page in the API Guide

ServerInfoData.LastSeenTime Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "lastSeenTime", EmitDefaultValue = false)]
public DateTime? LastSeenTime { get; set; }

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