M
Majid
Hi,
Is there a way in managed .NET to get a notification as to when a
thread exits normally? In the unmanaged world, you could handle the
DLL_THREAD_DETACH in DllMain( ), but I couldn't find anything in .NET
that gives you this notification. I could iterate through the list of
available threads in the process to find if a particular thread Id is
still alive, but that would not work for my implemenation. Thanks.
Is there a way in managed .NET to get a notification as to when a
thread exits normally? In the unmanaged world, you could handle the
DLL_THREAD_DETACH in DllMain( ), but I couldn't find anything in .NET
that gives you this notification. I could iterate through the list of
available threads in the process to find if a particular thread Id is
still alive, but that would not work for my implemenation. Thanks.