AsyncReaderWriterLock::LockHandle::Data Property

 

Microsoft internal only. Gets or sets some object associated to this specific lock.

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

public:
property Object^ Data {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

Returns Object.

Return to top
Show: