MapEntryMergedEventArgs<TKey, TValue> Class
Namespace: Hazelcast.DistributedObjects
Assembly: Hazelcast.Net.dll
public sealed class MapEntryMergedEventArgs<TKey, TValue> : MapEntryEventArgsBase<TKey>
Inherited Members
Type Parameters
TKey | |
TValue |
Constructors
MapEntryMergedEventArgs(MemberInfo, Lazy<TKey>, Lazy<TValue>, Lazy<TValue>, Lazy<TValue>, Object) |
Properties
MergeValue | Gets the value proposed during merge. |
OldValue | Gets the value before merge. |
Value | Gets the value after merge. |