.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    RemoveAsync Method

    RemoveAsync(TKey)

    Transactional implementation of RemoveAsync(TKey).

    Declaration
    Task<TValue> RemoveAsync(TKey key)
    Parameters
    TKey key
    Returns
    Task<TValue>
    Remarks

    The removed entry wil be removed only in the current transaction context, until the transaction is committed.

    RemoveAsync(TKey, TValue)

    Transactional implementation of RemoveAsync(TKey, TValue).

    Declaration
    Task<bool> RemoveAsync(TKey key, TValue value)
    Parameters
    TKey key
    TValue value
    Returns
    Task<bool>
    Remarks

    The removed entry wil be removed only in the current transaction context, until the transaction is committed.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.