.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    SetAsync Method

    SetAsync(TKey, TValue)

    Sets key to value. This method should be preferred over PutAsync(TKey, TValue) to reduce network footprint if the existing value map to key is not required.

    Declaration
    Task SetAsync(TKey key, TValue value)
    Parameters
    TKey key

    The key to be set.

    TValue value

    The value to be map to key.

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