Hazelcast .NET
Search Results for

    Show / Hide Table of Contents

    HazelcastOptionsBuilder Class

    Namespace: Hazelcast
    Assembly: Hazelcast.Net.dll

    Provides a way to build HazelcastOptions instances in a fluent way.

    public class HazelcastOptionsBuilder
    Inheritance
    Object
    HazelcastOptionsBuilder
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()

    Methods

    Build()

    Builds the options.

    With(Action<IConfiguration, HazelcastOptions>)

    Adds an HazelcastOptions configuration delegate.

    With(String, String)

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

    With(String[])

    Sets the command-line arguments 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-2021 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.