BufferedDataCollection.SyncRoot Property (Microsoft.DirectX.DirectInput)

Gets an object that can be used to synchronize access to the collection.

Definition

Visual Basic Public ReadOnly Property SyncRoot As Object
C# public object SyncRoot { get; }
C++ public:
property ObjectLeave Site^ SyncRoot {
        ObjectLeave Site^ get();
}
JScript public function get SyncRoot() : ObjectLeave Site

Property Value

System.Object

This property is read-only.