Provides the basic functionality for propagating a synchronization context in various synchronization models.
Public Class SynchronizationContext
Dim instance As SynchronizationContext
public class SynchronizationContext
The SynchronizationContext class is a base class that provides a free-threaded context with no synchronization.
The purpose of the synchronization model implemented by this class is to allow the internal asynchronous/synchronization operations of the common language runtime to behave properly with different synchronization models. This model also simplifies some of the requirements that managed applications have had to follow in order to work correctly under different synchronization environments.
Providers of synchronization models can extend this class and provide their own implementations for these methods.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.