Click or drag to resize

CqlParameterCollectionIsSynchronized Property

Specifies whether the collection is synchronized.

Namespace:  Cassandra.Data
Assembly:  Cassandra (in Cassandra.dll) Version: 3.10.0
Syntax
C#
public override bool IsSynchronized { get; }

Return Value

Type: Boolean
true if the collection is synchronized; otherwise false.

Implements

ICollectionIsSynchronized
See Also