ThreadSettingsIsBackground Property |
Gets or sets a value indicating whether or not a thread is a background thread. Applies only to thread which run in
Async mode.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public bool IsBackground { get; set; }
Property Value
Type:
BooleanSee Also