.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    LoadAllAsync Method

    LoadAllAsync(bool)

    Loads all keys into the store.

    Declaration
    Task LoadAllAsync(bool replaceExistingValues)
    Parameters
    bool replaceExistingValues

    when true, existing values in the IHMap<TKey, TValue> will be replaced by those loaded from the MapLoader

    Returns
    Task

    A task that will complete when the map store has been loaded.

    LoadAllAsync(ICollection<TKey>, bool)

    Loads the given keys into the store.

    Declaration
    Task LoadAllAsync(ICollection<TKey> keys, bool replaceExistingValues)
    Parameters
    ICollection<TKey> keys

    keys of the values entries to load (keys inside the collection cannot be null)

    bool replaceExistingValues

    when true, existing values in the IHMap<TKey, TValue> will be replaced by those loaded from the MapLoader

    Returns
    Task

    A task that will complete when the map store has been loaded.

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