.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    AddHazelcastFile Method

    AddHazelcastFile(IConfigurationBuilder, string, string, string)

    Adds an IConfigurationProvider that reads Hazelcast configuration value from a file.

    Declaration
    public static IConfigurationBuilder AddHazelcastFile(this IConfigurationBuilder configurationBuilder, string filePath, string fileName, string environmentName)
    Parameters
    IConfigurationBuilder configurationBuilder

    The IConfigurationBuilder to add to.

    string filePath

    The path to the file.

    string fileName

    The name of the file.

    string environmentName

    The name of the environment.

    Returns
    IConfigurationBuilder

    The IConfigurationBuilder.

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