메소드 | 설명 | |
---|---|---|
Close ( ) : void |
Stops the timer.
|
|
Dispose ( ) : void |
Stops the timer and prevents reuse of the class.
|
|
Start ( ) : void |
Starts raising the Elapsed event by setting Enabled to
|
|
Stop ( ) : void |
Stops raising the Elapsed event by setting Enabled to
|
메소드 | 설명 | |
---|---|---|
SharedTimer ( |
||
TimerCallback ( System.DateTime state ) : void |
Callback from SharedTimerScheduler.
|