.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    IKeyLockable<TKey> Interface

    Namespace: Hazelcast.DistributedObjects
    Assembly: Hazelcast.Net.dll
    public interface IKeyLockable<TKey>
    Type Parameters
    TKey

    Methods

    ForceUnlockAsync(TKey)

    Force-unlocks an entry.

    IsLockedAsync(TKey)

    Determines whether an entry is locked.

    LockAsync(TKey)

    Locks an entry.

    LockAsync(TKey, TimeSpan)

    Locks an entry for a given time duration (lease time),

    TryLockAsync(TKey)

    Tries to lock an entry immediately.

    TryLockAsync(TKey, TimeSpan)

    Tries to lock an entry within a server-side timeout.

    TryLockAsync(TKey, TimeSpan, TimeSpan)

    Tries to lock an entry for a given time duration (lease time), within a server-side timeout.

    UnlockAsync(TKey)

    Unlocks an entry.

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