A delegate that returns if a thread of control (either a true thread
or a process) is still running.
Namespace:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
Syntax
C# |
---|
public ThreadIsAliveDelegate ThreadIsAlive { get; set; } |
Visual Basic (Declaration) |
---|
Public Property ThreadIsAlive As ThreadIsAliveDelegate |
Visual C++ |
---|
public: property ThreadIsAliveDelegate^ ThreadIsAlive { ThreadIsAliveDelegate^ get (); void set (ThreadIsAliveDelegate^ value); } |