.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    IMapEventHandler<TKey, TValue, TSender> Interface

    Namespace: Hazelcast.DistributedObjects
    Assembly: Hazelcast.Net.dll

    Specifies a map event handler.

    public interface IMapEventHandler<TKey, TValue, in TSender> : IMapEventHandlerBase
    Inherited Members
    IMapEventHandlerBase.EventType
    Type Parameters
    TKey

    The type of the keys.

    TValue

    The type of the values.

    TSender

    The type of the sender.

    Methods

    Name Description
    HandleAsync(TSender, MemberInfo, int, object)

    Handles an event.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.