MapEntryLoadedEventArgs<TKey, TValue> Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
public sealed class MapEntryLoadedEventArgs<TKey, TValue> : MapEntryEventArgsBase<TKey>
Inherited Members
Type Parameters
TKey | |
TValue |
Constructors
MapEntryLoadedEventArgs(MemberInfo, Lazy<TKey>, Lazy<TValue>, Lazy<TValue>, Object) |
Properties
OldValue | Gets the value before load, if the entry existed. |
Value | Gets the value that was loaded. |