MapEntryExpiredEventArgs<TKey, TValue> Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
public sealed class MapEntryExpiredEventArgs<TKey, TValue> : MapEntryEventArgsBase<TKey>
Inherited Members
Type Parameters
TKey | |
TValue |
Constructors
MapEntryExpiredEventArgs(MemberInfo, Lazy<TKey>, Lazy<TValue>, Object) |
Properties
OldValue | Gets the value that expired. |