Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SynchronizationContext.Current Property

Definition

Namespace:
System.Threading
Assemblies:
mscorlib.dll, System.Threading.dll
Assemblies:
netstandard.dll, System.Threading.dll
Assembly:
System.Threading.dll
Assembly:
mscorlib.dll
Assembly:
netstandard.dll
Source:
SynchronizationContext.cs
Source:
SynchronizationContext.cs
Source:
SynchronizationContext.cs
Source:
SynchronizationContext.cs
Source:
SynchronizationContext.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the synchronization context for the current thread.

public:
 static property System::Threading::SynchronizationContext ^ Current { System::Threading::SynchronizationContext ^ get(); };
public static System.Threading.SynchronizationContext Current { get; }
public static System.Threading.SynchronizationContext? Current { get; }
static member Current : System.Threading.SynchronizationContext
Public Shared ReadOnly Property Current As SynchronizationContext

Property Value

A SynchronizationContext object representing the current synchronization context.

Remarks

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

Applies to


Feedback

Was this page helpful?