BufferedDataCollection.IsSynchronized Property (Microsoft.DirectX.DirectInput)

Gets a value indicating whether access to the collection is synchronized (thread-safe).

Definition

Visual Basic Public ReadOnly Property IsSynchronized As Boolean
C# public bool IsSynchronized { get; }
C++ public:
property bool IsSynchronized {
        bool get();
}
JScript public function get IsSynchronized() : boolean

Property Value

System.Boolean

This property is read-only.