ManagedThread Methods |
The ManagedThread type exposes the following members.
Name | Description | |
---|---|---|
Dispatch |
Dispatches an action to a background thread.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoopBegin |
Should be invoked when the loop begins before other code.
| |
LoopEnd |
Should be invoked when the loop ends after other code.
| |
MemberwiseClone | (Inherited from Object.) | |
Sleep |
Sleeps the current thread for a specified period of time.
| |
Start |
Starts the thread.
| |
ToString | (Inherited from Object.) |