Click or drag to resize

IMapInterceptorAfterGet Method

Called after get(..) operation is completed.

Namespace:  Hazelcast.Map
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
void AfterGet(
	Object value
)

Parameters

value
Type: SystemObject
the value returned as the result of get(..) operation
Remarks
Called after get(..) operation is completed.

See Also