.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    WithDefault Method

    WithDefault(string, string)

    Adds a default key/value pair to use when building the options.

    Declaration
    public TBuilder WithDefault(string key, string value)
    Parameters
    string key

    The key.

    string value

    The value.

    Returns
    TBuilder

    This options builder.

    WithDefault(string, object)

    Adds a default key/value pair to use when building the options.

    Declaration
    public TBuilder WithDefault(string key, object value)
    Parameters
    string key

    The key.

    object value

    The value.

    Returns
    TBuilder

    This options builder.

    WithDefault(Action<TOptions>)

    Adds an TOptions default configuration delegate.

    Declaration
    public TBuilder WithDefault(Action<TOptions> configure)
    Parameters
    Action<TOptions> configure

    The delegate.

    Returns
    TBuilder

    This options builder.

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