ThreadModeEnum EnumerationKentico 8.0 API Reference
Enumeration of the thread modes

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members

  Member nameValueDescription
Async1 Asynchronous execution within thread newly created from CMSThread or request. Ensures the new thread proper context.
Sync2 Synchronous execution within existing CMSThread or request. Keeps the execution context of current thread.
Wrapper3 Synchronous execution within existing anonymous thread. Ensures the anonymous thread proper context as it was a CMSThread.
See Also