Can anyone point me to documentation or examples of how to make use of the SynchronizationContext class and/or synchronization domains
For example, I'd like to learn how to make use of the exitContext parameter of the Monitor.Wait method and/or make use of my own SynchronizationContext.
Thanks,
Ray Manning

Documentation: SynchronizationContext and synchronization domains?
BratZeid