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
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.  |