Click or drag to resize
ThreadSettingsPriority Property
Specifies the scheduling priority. Applies only to thread which run in async mode.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public ThreadPriority Priority { get; set; }

Property Value

Type: ThreadPriority
See Also