Classes

Class Description
AsyncResultTracker

Summary

Will track and report IAsyncResults that were opened through calls to 'Begin' but not closed through an 'End'.
EventHandlerCompletionEvent

Summary

A System.Threading.WaitHandle which can be waited on and which will fire when a System.EventHandler compliant event (delegate) fires.
EventHandlerCompletionEvent`1

Summary

A System.Threading.WaitHandle which can be waited on and which will fire when a System.EventHandler compliant event (delegate) fires.

Structures

Structure Description
SpinWaitLock

Summary

A lightweight lock that uses System.Threading.Interlocked instead of threading primitives.