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: 11.1.0.0 (11.1)
Syntax
public bool IsWorkerThread()

Return Value

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