SessionBaseIsWorkerThread Method |
Tell if code is executed by index or page write worker thread
Namespace:
VelocityDb.Session
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsWorkerThread()
Public Function IsWorkerThread As Boolean
public:
bool IsWorkerThread()
member IsWorkerThread : unit -> bool
Return Value
Type:
BooleanTrue, if worker thread is active thread; otherwise false
See Also