Click or drag to resize

ILockForceUnlock Method

Releases the lock regardless of the lock owner.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
void ForceUnlock()
Remarks
Releases the lock regardless of the lock owner. It always successfully unlocks, never blocks and returns immediately.
See Also