.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    ForceUnlockAsync Method

    ForceUnlockAsync(TKey)

    Force-unlocks an entry.

    Declaration
    Task ForceUnlockAsync(TKey key)
    Parameters
    TKey key

    The key identifying the entry.

    Returns
    Task

    A task that will complete when the entry has been unlocked.

    Remarks

    The entry is unlocked, regardless of the lock owner.

    This always succeeds, never blocks, and returns immediately.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.