Click or drag to resize
ThreadSettings Class
Thread settings
Inheritance Hierarchy
SystemObject
  CMS.BaseThreadSettings

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class ThreadSettings

The ThreadSettings type exposes the following members.

Constructors
  NameDescription
Public methodThreadSettings
Top
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