CompositeCacheTryLock Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Lock the keys in the given set without blocking.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected 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