Click or drag to resize

IMapInterceptorInterceptRemove Method

Intercept remove operation before removing the data.

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