Click or drag to resize

SessionBaseIsWorkerThread Method

Tell if code is executed by index or page write worker thread

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public bool IsWorkerThread()

Return Value

Type: Boolean
True, if worker thread is active thread; otherwise false
See Also