CMSThread Wrap T1, T2  Method (Action T1, T2 , Boolean)Kentico 8.0 API Reference
Wraps the given method into CMSThread context

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

Parameters

action
Type: OnlineSystem Action T1, T2 
Action to wrap
multipleThreads (Optional)
Type: OnlineSystem Boolean
If true, the wrapped method may be used by multiple threads. Use this parameter to ensure that all the threads receive the original context values.

Return Value

Type: OnlineAction T1, T2 
See Also