EntryMergedListenerTKey, TValue InterfaceHazelcast .Net Client Class Library
Invoked after WAN replicated entry is merged.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
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

Reference