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