IMapEntryEventHandler<TKey, TValue, TSender> Interface
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Specifies a map entry event handler.
public interface IMapEntryEventHandler<TKey, TValue, in TSender> : IMapEventHandlerBase
  Inherited Members
Type Parameters
| TKey | The type of the keys.  | 
      
| TValue | The type of the values.  | 
      
| TSender | The type of the sender.  | 
      
Methods
| HandleAsync(TSender, MemberInfo, Lazy<TKey>, Lazy<TValue>, Lazy<TValue>, Lazy<TValue>, MapEventTypes, Int32, Object) | Handles an event.  |