AsyncReaderWriterLock.SyncObject 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 the object used to synchronize access to this instance's fields.
protected:
property System::Object ^ SyncObject { System::Object ^ get(); };
protected:
property Platform::Object ^ SyncObject { Platform::Object ^ get(); };
protected object SyncObject { get; }
member this.SyncObject : obj
Protected ReadOnly Property SyncObject As Object
Property Value
Returns Object.