.NET Client Documentation
5.1.1
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

    HandleAsync(TSender, MemberInfo, Int32, Object)

    Handles an event.

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