AsyncReaderWriterLock::SyncObject Property

 

Microsoft internal only. Gets the object used to synchronize access to the fields of this instance.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

protected:
property Object^ SyncObject {
	Object^ get();
}

Property Value

Type: System::Object^

Returns Object.

Return to top
Show: