A delegate that returns if a thread of control (either a true thread or a process) is still running.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.23.0

Syntax

C#
public ThreadIsAliveDelegate ThreadIsAlive
Visual Basic (Declaration)
Public ThreadIsAlive As ThreadIsAliveDelegate
Visual C++
public:
ThreadIsAliveDelegate^ ThreadIsAlive

See Also