Event |
public sealed class EventTimer : IDisposable
The EventTimer type exposes the following members.
| Name | Description | |
|---|---|---|
| EventTimer | Initializes a new instance of the EventTimer class, using a 32-bit signed integer to specify the time interval. |
| Name | Description | |
|---|---|---|
| Change | Changes the start time and the interval between method invocations for a timer, using 32-bit signed integers to measure time intervals. | |
| Dispose | Releases all resources used by the current instance of EventTimer. |
| Name | Description | |
|---|---|---|
| Infinite | A constant used to specify an infinite waiting period, for threading methods that accept an Int32 parameter. |