Click or drag to resize

CompositeCacheTryLock Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Lock the keys in the given set without blocking.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected virtual HashSet TryLock(
	HashSet setKeys
)

Parameters

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

Return Value

Type: HashSet
Set of keys that were successfully locked.
See Also