ThreadSettings Class |
Namespace: CMS.Base
public sealed class ThreadSettings
The ThreadSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | ThreadSettings |
Name | Description | |
---|---|---|
![]() | CreateLog |
Indicates whether CMSThread should create it's own log.
|
![]() | IsBackground |
Gets or sets a value indicating whether or not a thread is a background thread. Applies only to thread which run in Async mode.
|
![]() | Mode |
Thread mode indicating whether the thread runs asynchronously, synchronously, or represents a wrapper for an anonymous thread.
|
![]() | Priority |
Specifies the scheduling priority. Applies only to thread which run in Async mode.
|
![]() | UseEmptyContext |
If true, the thread uses a new empty context
|