MapEventArgsBase Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Represents event data for map events.
public abstract class MapEventArgsBase
Inherited Members
Constructors
Name | Description |
---|---|
MapEventArgsBase(MemberInfo, int, object) | Initializes a new instance of the MapEventArgsBase class. |
Properties
Name | Description |
---|---|
Member | Gets the member that originated the event. |
NumberOfAffectedEntries | Gets the number of affected entries. |
State | Gets the state object. |