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