IApplicationInfoServiceGetSchedulerLastConnectedToServerTime Method |
Gets the date/time at which the scheduler service last successfully connected to the REST API
of the Dundas BI web application.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax DateTime GetSchedulerLastConnectedToServerTime()
Function GetSchedulerLastConnectedToServerTime As DateTime
DateTime GetSchedulerLastConnectedToServerTime()
abstract GetSchedulerLastConnectedToServerTime : unit -> DateTime
Return Value
Type:
DateTime
The date/time (in UTC) at which the scheduler service last successfully connected; or
MinValue if it appears to never have connected.
Remarks
The scheduler service is supposed to test connectivity every 5 minutes. So if the time
is more than 5 minutes from the current time, the scheduler is likely offline (assuming no
clock drift).
See Also