| IMapInterceptorAfterPut Method |
Called after put(..) operation is completed.
Namespace:
Hazelcast.Map
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void AfterPut(
Object value
)
Sub AfterPut (
value As Object
)
void AfterPut(
Object^ value
)
abstract AfterPut :
value : Object -> unit
Parameters
- value
- Type: SystemObject
the value returned as the result of put(..) operation
Remarks
Called after put(..) operation is completed.
See Also