Click or drag to resize
SchedulingTimer Methods

The SchedulingTimer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateTimer
Creates a timer for specified site name.
Public methodStatic memberEnsureTimer
Ensures the scheduling timer.
Public methodExecute
Downloads scheduler.aspx once.
Public methodExecuteAsync
Executes the request in an asynchronous thread.
Public methodStatic memberRequestRun
Requests scheduler run for specified site name, updates the Last runs HashTable and returns true if the scheduler run is allowed.
Public methodStatic memberRestartTimer
Restarts the given site timer.
Public methodRun
Downloads scheduler.aspx in neverending loop.
Public methodStatic memberRunSchedulerASAP
Initializes the site scheduler to run ASAP.
Public methodRunTimerAsync
Runs the timer in an asynchronous thread.
Public methodStatic memberStopTimer
Stops the specified timer.
Public methodStatic memberStopTimers
Stops all the timers.
Public methodStatic memberTimerExists
Returns true if specified site timer exists.
Top
See Also