IMapInterceptorAfterPut Method Hazelcast .Net Client Class Library
Called after put(..) operation is completed.

Namespace: Hazelcast.Map
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax

void AfterPut(
	Object value
)

Parameters

value
Type: SystemObject
the value returned as the result of put(..) operation
Remarks

Called after put(..) operation is completed.

See Also

Reference