Hazelcast .NET
Search Results for

    Show / Hide Table of Contents

    With Method

    With(String[])

    Sets the command-line arguments to use when building the options.

    Declaration
    public HazelcastOptionsBuilder With(string[] args)
    Parameters
    String[] args

    The command-line arguments.

    Returns
    HazelcastOptionsBuilder

    This options builder.

    With(String, String)

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

    Declaration
    public HazelcastOptionsBuilder With(string key, string value)
    Parameters
    String key

    The key.

    String value

    The value.

    Returns
    HazelcastOptionsBuilder

    This options builder.

    With(Action<IConfiguration, HazelcastOptions>)

    Adds an HazelcastOptions configuration delegate.

    Declaration
    public HazelcastOptionsBuilder With(Action<IConfiguration, HazelcastOptions> configure)
    Parameters
    Action<IConfiguration, HazelcastOptions> configure

    The delegate.

    Returns
    HazelcastOptionsBuilder

    This options builder.

    With(Action<IConfigurationBuilder>)

    Adds an IConfigurationBuilder configuration delegate.

    Declaration
    public HazelcastOptionsBuilder With(Action<IConfigurationBuilder> setup)
    Parameters
    Action<IConfigurationBuilder> setup

    The delegate.

    Returns
    HazelcastOptionsBuilder

    This options builder.

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