Click or drag to resize
ThreadSettings Properties

The ThreadSettings type exposes the following members.

Properties
  NameDescription
Public propertyCreateLog
Indicates whether thread should create it's own log.
Public propertyIsBackground
Gets or sets a value indicating whether or not a thread is a background thread. Applies only to thread which run in async mode.
Public propertyMode
Thread mode indicating whether the thread runs asynchronously, synchronously, or represents a wrapper for an anonymous thread.
Public propertyPriority
Specifies the scheduling priority. Applies only to thread which run in async mode.
Public propertyUseEmptyContext
If true, the thread uses a new empty context
Top
See Also