[This is preliminary documentation and is subject to change.]
Executes a method with no parameters on a ThreadPool thread.
| C# |
public void CallConcurrent( Work work )
- work (Work)
- A delegate which will be executed on the thread.
This method ensures that ActiveSession is set
correctly to this Session on the new thread.