EntryUpdatedListenerTKey, TValue InterfaceHazelcast .Net Client Class Library
Invoked when an entry is updated.

Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

public interface EntryUpdatedListener<TKey, TValue> : MapListener, 
	IEventListener

Type Parameters

TKey
the type of key
TValue
the type of value

The EntryUpdatedListenerTKey, TValue type exposes the following members.

Methods

  NameDescription
Public methodEntryUpdated
Invoked when an entry is updated.
Top
See Also

Reference