Click or drag to resize
CMSThreadAllowAsyncActions Property
Indicates if new threads can be created within this thread. (By default no new threads are created.)

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

Property Value

Type: Boolean
See Also