Initializes a new instance of the EntryEventTKey, TValue class
Namespace: Hazelcast.Core
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Syntax
public EntryEvent( Object source, IMember member, EntryEventType eventType, TKey key, TValue oldValue, TValue value )
Parameters
- source
- Type: SystemObject
- member
- Type: Hazelcast.CoreIMember
- eventType
- Type: Hazelcast.CoreEntryEventType
- key
- Type: TKey
- oldValue
- Type: TValue
- value
- Type: TValue
See Also