Click or drag to resize

EntryEventTKey, TValue Constructor

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
public EntryEvent(
	string source,
	IMember member,
	EntryEventType eventType,
	TKey key,
	TValue value,
	TValue oldValue = null,
	TValue mergingValue = null
)

Parameters

source
Type: SystemString
member
Type: Hazelcast.CoreIMember
eventType
Type: Hazelcast.CoreEntryEventType
key
Type: TKey
value
Type: TValue
oldValue (Optional)
Type: TValue
mergingValue (Optional)
Type: TValue
See Also