.NET Client Documentation
5.1.1
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(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-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.