.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    ConfigureMapAsync Method

    ConfigureMapAsync(MapOptions)

    Dynamically configures a map.

    Declaration
    public Task ConfigureMapAsync(MapOptions mapOptions)
    Parameters
    MapOptions mapOptions

    The map configuration.

    Returns
    Task

    ConfigureMapAsync(string, Action<MapOptions>)

    Dynamically configures a map.

    Declaration
    public Task ConfigureMapAsync(string name, Action<MapOptions> configure)
    Parameters
    string name

    The name of the map.

    Action<MapOptions> configure

    A function that configures the map.

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