| EntryEventTKey, TValueGetValue Method |
Returns the value of the entry event
Namespace:
Hazelcast.Core
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public virtual TValue GetValue()
Public Overridable Function GetValue As TValue
public:
virtual TValue GetValue()
abstract GetValue : unit -> 'TValue
override GetValue : unit -> 'TValue
Return Value
Type:
TValuethe value
See Also