| IMapInterceptorAfterGet Method |
Called after get(..) operation is completed.
Namespace:
Hazelcast.Map
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax void AfterGet(
Object value
)
Sub AfterGet (
value As Object
)
void AfterGet(
Object^ value
)
abstract AfterGet :
value : Object -> unit
Parameters
- value
- Type: SystemObject
the value returned as the result of get(..) operation
Remarks
Called after get(..) operation is completed.
See Also