IApplicationInfoServiceGetSchedulerLastSeenTime Method  | 
 
            Gets the date/time at which the scheduler was last seen to be running.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxDateTime GetSchedulerLastSeenTime()
Function GetSchedulerLastSeenTime As DateTime
DateTime GetSchedulerLastSeenTime()
abstract GetSchedulerLastSeenTime : unit -> DateTime 
Return Value
Type: 
DateTime
              The date/time (in UTC) at which the scheduler was last seen to be running, or
              
MinValue if it appears to never have run.
            
Remarks
            The scheduler service is supposed to report in every 5 minutes. So if the last seen time
            is more than 5 minutes from the current time, the scheduler is likely offline (assuming no
            clock drift).
            
See Also