Classes
Class | Description |
---|---|
AsyncResultTracker |
SummaryWill track and report IAsyncResults that were opened through calls to 'Begin' but not closed through an 'End'. |
EventHandlerCompletionEvent |
SummaryA System.Threading.WaitHandle which can be waited on and which will fire when a System.EventHandler compliant event (delegate) fires. |
EventHandlerCompletionEvent`1 |
SummaryA System.Threading.WaitHandle which can be waited on and which will fire when a System.EventHandler compliant event (delegate) fires. |
Structures
Structure | Description |
---|---|
SpinWaitLock |
SummaryA lightweight lock that uses System.Threading.Interlocked instead of threading primitives. |