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

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

void ForceUnlock()
Remarks

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

Reference