.NET Client Documentation
5.5.0
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-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.