.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    ObjectDestroyed Method

    ObjectDestroyed(Action<IHazelcastClient, DistributedObjectDestroyedEventArgs>)

    Adds a handler which runs when a distributed object is destroyed.

    Declaration
    public HazelcastClientEventHandlers ObjectDestroyed(Action<IHazelcastClient, DistributedObjectDestroyedEventArgs> handler)
    Parameters
    Action<IHazelcastClient, DistributedObjectDestroyedEventArgs> handler

    The handler.

    Returns
    HazelcastClientEventHandlers

    The handlers.

    ObjectDestroyed(Func<IHazelcastClient, DistributedObjectDestroyedEventArgs, ValueTask>)

    Adds a handler which runs when a distributed object is destroyed.

    Declaration
    public HazelcastClientEventHandlers ObjectDestroyed(Func<IHazelcastClient, DistributedObjectDestroyedEventArgs, ValueTask> handler)
    Parameters
    Func<IHazelcastClient, DistributedObjectDestroyedEventArgs, 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.