Click or drag to resize

IMapInterceptorAfterPut Method

Called after put(..) operation is completed.

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