Click or drag to resize
ThreadSettingsMode Property
Thread mode indicating whether the thread runs asynchronously, synchronously, or represents a wrapper for an anonymous thread.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public ThreadModeEnum Mode { get; set; }

Property Value

Type: ThreadModeEnum
See Also