MapEntryInvalidatedEventArgs<TKey, TValue> Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
Represents a map entry invalidated event arguments.
public sealed class MapEntryInvalidatedEventArgs<TKey, TValue> : MapEntryEventArgsBase<TKey>
Inherited Members
Type Parameters
| TKey | |
| TValue |
Constructors
| Name | Description |
|---|---|
| MapEntryInvalidatedEventArgs(MemberInfo, Lazy<TKey>, object) | Initializes a new instance of the MapEntryInvalidatedEventArgs<TKey, TValue> class. |