  | EntryEventTKey, TValueGetValue Method  | 
 Returns the value of the entry event
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntaxpublic 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