.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    DeleteAsync Method

    DeleteAsync(TKey)

    Deletes the entry if key exists without returning value of the entry. This method should be preferred over RemoveAsync(TKey) to reduce network footprint if the value map to key is not required.

    Declaration
    Task DeleteAsync(TKey key)
    Parameters
    TKey key

    Key of the entry to be deleted.

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