.NET Framework Class Library for Silverlight
SynchronizationContext Class

Provides the basic functionality for propagating a synchronization context in various synchronization models.

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)
Syntax

Visual Basic (Declaration)
Public Class SynchronizationContext
Visual Basic (Usage)
Dim instance As SynchronizationContext
C#
public class SynchronizationContext
Remarks

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. 

Inheritance Hierarchy

System..::.Object
  System.Threading..::.SynchronizationContext
    System.Windows.Threading..::.DispatcherSynchronizationContext
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker