System.Threading.SynchronizationContext.Current Property

Gets the synchronization context for the current thread.

Syntax

public static SynchronizationContext Current { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is useful for propagating a synchronization context from one thread to another.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0