Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Lock the keys in the given set without blocking.

Namespace: Tangosol.Net.Cache
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
protected virtual HashSet TryLock(
	HashSet setKeys
)

Parameters

setKeys
Type: Tangosol.Util.Collections..::..HashSet
keys to lock in the control map.

Return Value

Set of keys that were successfully locked.

See Also