AsyncReaderWriterLock.IsUnsupportedSynchronizationContext Property
Definition
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 a value indicating whether the current SynchronizationContext is one that is not supported by this lock.
protected:
virtual property bool IsUnsupportedSynchronizationContext { bool get(); };
protected virtual bool IsUnsupportedSynchronizationContext { get; }
member this.IsUnsupportedSynchronizationContext : bool
Protected Overridable ReadOnly Property IsUnsupportedSynchronizationContext As Boolean