AsyncReaderWriterLock.NoMessagePumpSynchronizationContext Eigenschaft

Definition

Ruft ein ab, SynchronizationContext das bei angewendetem alle nachrichtenpump unterdrückt, die während synchroner Blöcke des aufrufenden Threads ausgeführt werden können.

protected public:
 virtual property System::Threading::SynchronizationContext ^ NoMessagePumpSynchronizationContext { System::Threading::SynchronizationContext ^ get(); };
protected internal virtual System.Threading.SynchronizationContext NoMessagePumpSynchronizationContext { get; }
member this.NoMessagePumpSynchronizationContext : System.Threading.SynchronizationContext
Protected Friend Overridable ReadOnly Property NoMessagePumpSynchronizationContext As SynchronizationContext

Eigenschaftswert

SynchronizationContext

Hinweise

Die Standard Implementierung dieser Eigenschaft ist in Builds dieser Assembly wirksam, die auf die .NET Framework abzielen. Bei Builds, die das Portable Profil als Ziel haben, sollte es jedoch außer Kraft gesetzt werden, um eine effektive plattformspezifische Lösung bereitzustellen.

Gilt für