  | IMapInterceptorInterceptRemove Method  | 
 Intercept remove operation before removing the data.
 
    Namespace: 
   Hazelcast.Map
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
SyntaxObject 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
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