Hazelcast .NET
Search Results for

    Show / Hide Table of Contents

    HazelcastClientFactory Class

    Namespace: Hazelcast
    Assembly: Hazelcast.Net.dll

    Creates IHazelcastClient instances.

    The Hazelcast client factory is initialized with options. See Configuration in the general documentation for details on how to obtain these options. The factory is the only way to create new clients. See Hazelcast Client in the general documentation for more details.

    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

    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 the automatic options.

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