Checks the lock for the specified key.
Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax
Parameters
- key
- Type: K
key to lock to be checked.
Return Value
Type: Booleantrue if lock is acquired, false otherwise.
See Also