IMapInterceptorAfterGet Method Hazelcast .Net Client Class Library
Called after get(..) operation is completed.

Namespace: Hazelcast.Map
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.7
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

Reference