ServerInfoDataLastSeenTime 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 (26.2.0.1000)
Syntax
[DataMemberAttribute(Name = "lastSeenTime", EmitDefaultValue = false)]
public DateTime? LastSeenTime { get; set; }

Property Value

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