Click or drag to resize

EntryMergedListenerTKey, TValue Interface

Invoked after WAN replicated entry is merged.

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public interface EntryMergedListener<TKey, TValue> : MapListener, 
	IEventListener

Type Parameters

TKey
the type of key
TValue
the type of value

The EntryMergedListenerTKey, TValue type exposes the following members.

Methods
  NameDescription
Public methodEntryMerged
Invoked after WAN replicated entry is merged.
Top
See Also