Timer Methods
The Timer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
FromUSeconds |
Returns a TimeSpan that represents a specified number of microseconds.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
Max |
Returns the larger of two TimeSpantime spans.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
Min |
Returns the smaller of two TimeSpantime spans to compare.
|
|
|
ToString | (Inherited from Object.) |
|
|
ToUSeconds | |
|
|
Wait |
Process enters monitor and waits
|
|
|
WaitTimeout(TimeSpan, Stopwatch) |
Waits the timeout.
|
|
|
WaitTimeout(TimeSpan, Stopwatch, Object) |
Process enters monitor and waits the timeout.
|

