EntryAdapterK, V Constructor Hazelcast .Net Client Class Library

Namespace: Hazelcast.Core
Assembly: HazelcastClient3x (in HazelcastClient3x.dll) Version: 3.3.0.12
Syntax

public EntryAdapter(
	Action<EntryEvent<K, V>> fAdded,
	Action<EntryEvent<K, V>> fRemoved,
	Action<EntryEvent<K, V>> fUpdated,
	Action<EntryEvent<K, V>> fEvicted
)

Parameters

fAdded
Type: SystemActionEntryEventK, V
fRemoved
Type: SystemActionEntryEventK, V
fUpdated
Type: SystemActionEntryEventK, V
fEvicted
Type: SystemActionEntryEventK, V
See Also

Reference