| EntryEventTKey, TValueGetKey Method |
Returns the key of the entry event
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax public virtual TKey GetKey()
Public Overridable Function GetKey As TKey
public:
virtual TKey GetKey()
abstract GetKey : unit -> 'TKey
override GetKey : unit -> 'TKey
Return Value
Type:
TKeythe key
See Also