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

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.1.2.0 (12.1.2.0)

Syntax

C#
public virtual bool IsSynchronized { get; }

Return Value

true if access to the collection is synchronized (thread safe); otherwise, false.

Implements

ICollection..::..IsSynchronized

See Also