Click or drag to resize

IMapInterceptorAfterRemove Method

Called after remove(..) operation is completed.

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

Parameters

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

See Also