ManagedTimer Class |
Namespace: FM.IceLink
The ManagedTimer type exposes the following members.
Name | Description | |
---|---|---|
ManagedTimer |
Creates a new instance of the managed timer.
|
Name | Description | |
---|---|---|
Interval |
Gets the interval that the timer will tick on.
| |
Running |
Gets whether the timer is running.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PerSecondInterval |
Calculates a interval based on how many times you want the timer to tick per second.
| |
Start |
Starts the timer.
| |
Stop |
Stops the timer.
| |
StopAsync |
Stops the timer.
| |
ToString | (Inherited from Object.) |