ILockForceUnlock Method Hazelcast .Net Client Class Library
Releases the lock regardless of the lock owner.

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

void ForceUnlock()
Remarks

Releases the lock regardless of the lock owner. It always successfully unlocks, never blocks and returns immediately.
See Also

Reference