CMSThread Constructor (ThreadStart, Boolean, ThreadModeEnum) |
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public CMSThread(
ThreadStart start,
bool createLog = false,
ThreadModeEnum mode = ThreadModeEnum.Async
)
Parameters
- start
- Type: System.ThreadingThreadStart
Thread start method - createLog (Optional)
- Type: SystemBoolean
Indicates whether thread should create it's own log. - mode (Optional)
- Type: CMS.BaseThreadModeEnum
Thread mode
See Also