IMapInterceptorInterceptRemove Method Hazelcast .Net Client Class Library
Intercept remove operation before removing the data.

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

Object InterceptRemove(
	Object removedValue
)

Parameters

removedValue
Type: SystemObject
the existing value to be removed

Return Value

Type: Object
the value to be returned as the result of remove operation
Remarks

Intercept remove operation before removing the data. Return the object to be returned as the result of remove operation. Throwing an exception will cancel the remove operation.

See Also

Reference