Persistate API documentation
CallConcurrent Method (work)
NamespacesPersistateSessionCallConcurrent(Work)

[This is preliminary documentation and is subject to change.]

Executes a method with no parameters on a ThreadPool thread.
Declaration Syntax
C#
public void CallConcurrent(
	Work work
)
Parameters
work (Work)
A delegate which will be executed on the thread.
Remarks
This method ensures that ActiveSession is set correctly to this Session on the new thread.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)