Property | Type | Description | |
---|---|---|---|
MyTimerCallback | void | ||
UpdateTimer | void |
Method | Description | |
---|---|---|
BeginInit ( ) : void |
Notifies the object that initialization is beginning and tells it to stand by.
|
|
Close ( ) : void |
Disposes of the resources (other than memory) used by the
|
|
EndInit ( ) : void |
Notifies the object that initialization is complete.
|
|
Start ( ) : void |
Starts the timing by setting
|
|
Stop ( ) : void |
Stops the timing by setting
|
|
Timer ( ) : System.Threading |
Initializes a new instance of the
|
|
Timer ( double interval ) : System.Threading |
Initializes a new instance of the
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
MyTimerCallback ( object state ) : void | ||
UpdateTimer ( ) : void |
public Timer ( double interval ) : System.Threading | ||
interval | double | |
return | System.Threading |