.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    HazelcastOptionsBuilderBase<TOptions, TBuilder> Class

    Namespace: Hazelcast
    Assembly: Hazelcast.Net.dll

    Provides a base class for both HazelcastOptionsBuilder and HazelcastFailoverOptionsBuilder.

    public abstract class HazelcastOptionsBuilderBase<TOptions, TBuilder>
        where TOptions : HazelcastOptionsBase, new()
    Inheritance
    Object
    HazelcastOptionsBuilderBase<TOptions, TBuilder>
    HazelcastFailoverOptionsBuilder
    HazelcastOptionsBuilder
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Type Parameters
    TOptions
    TBuilder

    Properties

    ThisBuilder

    Gets this instance as TBuilder.

    Methods

    Bind(String, Object)

    Binds an additional options instance.

    Build()

    Builds the options.

    ConfigureBuilder(Action<IConfigurationBuilder>)

    Adds an IConfigurationBuilder configuration delegate.

    With(Action<TOptions>)

    Adds an TOptions configuration delegate.

    With(Action<IConfiguration, TOptions>)

    Adds an TOptions configuration delegate.

    With(String, String)

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

    With(String[], IDictionary<String, String>)

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

    WithAltKey(String)

    Sets the alternate key for options.

    WithDefault(Action<TOptions>)

    Adds an TOptions default configuration delegate.

    WithDefault(String, String)

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

    WithEnvironment(String)

    Sets the environment name to use when building the options.

    WithFileName(String)

    Sets the name (without path, with extension) of the options file to read when building the options.

    WithFilePath(String)

    Sets the path (without filename) to the options files to read when building the options.

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