.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    PartitionLost Method

    PartitionLost(Action<IHazelcastClient, PartitionLostEventArgs>)

    Adds a handler which runs when a partition is lost.

    Declaration
    public HazelcastClientEventHandlers PartitionLost(Action<IHazelcastClient, PartitionLostEventArgs> handler)
    Parameters
    Action<IHazelcastClient, PartitionLostEventArgs> handler

    The handler.

    Returns
    HazelcastClientEventHandlers

    The handlers.

    PartitionLost(Func<IHazelcastClient, PartitionLostEventArgs, ValueTask>)

    Adds a handler which runs when a partition is lost.

    Declaration
    public HazelcastClientEventHandlers PartitionLost(Func<IHazelcastClient, PartitionLostEventArgs, ValueTask> handler)
    Parameters
    Func<IHazelcastClient, PartitionLostEventArgs, ValueTask> handler

    The handler.

    Returns
    HazelcastClientEventHandlers

    The handlers.

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