Intercept remove operation before removing the data.
Namespace: Hazelcast.MapAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Object InterceptRemove(
Object removedValue
)
Function InterceptRemove (
removedValue As Object
) As Object
Object^ InterceptRemove(
Object^ removedValue
)
abstract InterceptRemove :
removedValue : Object -> Object
Parameters
- removedValue
- Type: SystemObject
the existing value to be removed
Return Value
Type:
Objectthe value to be returned as the result of remove operation
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.
Reference