Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.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