AddInterceptorAsync Method
AddInterceptorAsync(IMapInterceptor)
Adds an interceptor on the server side.
Declaration
Task<string> AddInterceptorAsync(IMapInterceptor interceptor)
Parameters
| IMapInterceptor | interceptor | The interceptor.  | 
    
Returns
| Task<String> | The interceptor unique identifier.  | 
    
Remarks
The interceptor must be serializable via Hazelcast serialization,
and have a counterpart on the server.