NoMessagePumpSyncContext.Default Property
Gets a shared instance of this class.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Default As SynchronizationContext
public static SynchronizationContext Default { get; }
public:
static property SynchronizationContext^ Default {
SynchronizationContext^ get ();
}
static member Default : SynchronizationContext with get
static function get Default () : SynchronizationContext
Property Value
Type: System.Threading.SynchronizationContext
Returns SynchronizationContext.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.