| ILockForceUnlock Method |
Releases the lock regardless of the lock owner.
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax abstract ForceUnlock : unit -> unit
Remarks
Releases the lock regardless of the lock owner.
It always successfully unlocks, never blocks and returns immediately.
See Also