AsyncOperation::SynchronizationContext Property

 

Gets the SynchronizationContext object that was passed to the constructor.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property SynchronizationContext^ SynchronizationContext {
	SynchronizationContext^ get();
}

Property Value

Type: System.Threading::SynchronizationContext^

The SynchronizationContext object that was passed to the constructor.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: