Click or drag to resize
ScheduledUpdater Properties

The ScheduledUpdater type exposes the following members.

Properties
  NameDescription
Public propertyIsStarted
Gets a value that indicates if the updater is currently providing updates.
Public propertyScheduleOptions
Gets the schedule options currently being used by the scheduler.
Public propertyScheduler
Gets the scheduler that is providing updates.
Public propertyStartWithEvents
Gets or sets a value that indicates if Start will get called when the first event is subscribed to.
Public propertyStopWithEvents
Gets or sets a value that indicates if Stop will get called when the last event is unsubscribed.
Public propertyUpdateInterval
Gets or sets the update interval.
Top
See Also