Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Gets an object that can be used to synchronize access to the dictionary.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public virtual Object SyncRoot { get; }

Return Value

An object that can be used to synchronize access to the dictionary.

Implements

ICollection..::.SyncRoot

See Also