.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.