CqlParameterCollectionIsSynchronized Property |
Specifies whether the collection is synchronized.
Namespace:
Cassandra.Data
Assembly:
Cassandra (in Cassandra.dll) Version: 3.11.0
Syntax public override bool IsSynchronized { get; }
Return Value
Type:
Booleantrue if the collection is synchronized; otherwise false.
Implements
ICollectionIsSynchronizedSee Also