IMapInterceptorAfterRemove Method Hazelcast .Net Client Class Library
Called after remove(..) operation is completed.

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

Reference