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)
Syntaxpublic 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