Name | Description | |
---|---|---|
IsBackground | Gets or sets a value indicating whether or not a thread is a background thread. | |
IsMainThread | Gets whether the current thread is the main thread, also known as the UI thread. |
The following tables list the members exposed by NThread.
Name | Description | |
---|---|---|
IsBackground | Gets or sets a value indicating whether or not a thread is a background thread. | |
IsMainThread | Gets whether the current thread is the main thread, also known as the UI thread. |
Name | Description | |
---|---|---|
Sleep | Suspends the current thread for the specified number of milliseconds. | |
Start | Starts the thread. |