.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    HazelcastClientFactory Class

    Namespace: Hazelcast
    Assembly: Hazelcast.Net.dll

    Creates IHazelcastClient instances.

    The Hazelcast client starts and creates clients from configuration options. See the general configuration documentation for details on how to obtain these options. The factory is the only way to obtain new clients.

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

    Methods

    GetNewStartingClient(HazelcastOptions, CancellationToken)

    Gets a new starting IHazelcastClient instance with options.

    GetNewStartingClient(Action<HazelcastOptions>, CancellationToken)

    Gets a new starting IHazelcastClient instance with configured options.

    GetNewStartingClient(CancellationToken)

    Gets a new starting IHazelcastClient instance with automatic options.

    GetNewStartingFailoverClient(HazelcastFailoverOptions, CancellationToken)

    Gets a new starting IHazelcastClient instance in failover mode with options.

    GetNewStartingFailoverClient(Action<HazelcastFailoverOptions>, CancellationToken)

    Gets a new starting IHazelcastClient instance in failover mode with configured options.

    StartNewClientAsync(HazelcastOptions, CancellationToken)

    Starts a new IHazelcastClient instance with options.

    StartNewClientAsync(Action<HazelcastOptions>, CancellationToken)

    Starts a new IHazelcastClient instance with configured options.

    StartNewClientAsync(CancellationToken)

    Starts a new IHazelcastClient instance with automatic options.

    StartNewFailoverClientAsync(HazelcastFailoverOptions, CancellationToken)

    Starts a new IHazelcastClient in failover mode instance with options.

    StartNewFailoverClientAsync(Action<HazelcastFailoverOptions>, CancellationToken)

    Starts a new IHazelcastClient instance in failover mode with configured options.

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