EntryEventTKey, TValue Constructor Hazelcast .Net Client Class Library

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

Reference