StateTrackerTStateData Methods |
The StateTrackerTStateData generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| StartState |
Starts a state, and returns a token that can be used to stop it again.
| |
| StopState |
Stops the state associated with the token. The token must be one that was
returned when the state was started.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ThrowIfNull |
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.) |