CorLib  

Ticker

Ticker overview

Implements:

IObject 

Public:

Properties:
AutoReset (get) Returns if the Ticker event will be recurring.  
AutoReset (let) Sets if the Ticker event will be recurring or not.  
Data (get) Returns custom data associated with this Ticker instance.  
Data (let) Sets custom data associated with this Ticker instance.  
Data (set) Sets custom data associated with this Ticker instance.  
Enabled (get) Returns if the Ticker is currently running.  
Enabled (let) Sets the Ticker to be stopped or running.  
Interval (get) Returns the duration between Ticker events in milliseconds.  
Interval (let) Sets the duration between Ticker events in milliseconds.  
Methods:
Equals Returns a boolean indicating if the value and this object instance are the same instance.  
GetHashCode Returns a pseudo-unique number identifying this instance.  
StartTicker Starts the Ticker.  
StopTicker Stops the Ticker if it is running.  
ToString Returns a string representation of this object instance.  
Events:
Elapsed This event is raised when the Ticker interval has been reached.  

See Also