Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
List of all members
Loyc.Threading.ThreadLocalVariableBase Class Referenceabstract

When used with ThreadEx, implementing this base class allows you to be notified when a child thread is created or terminates. More...


Source file:
Inheritance diagram for Loyc.Threading.ThreadLocalVariableBase:
Loyc.Threading.ThreadLocalVariable< T >

Remarks

When used with ThreadEx, implementing this base class allows you to be notified when a child thread is created or terminates.