.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    IEntryProcessor<TResult> Interface

    Namespace: Hazelcast.DistributedObjects
    Assembly: Hazelcast.Net.dll

    Defines a processor that can process the entries of an IHMap<TKey, TValue> on the server.

    public interface IEntryProcessor<TResult>
    Type Parameters
    TResult

    The type of the results produced by the processor.

    Remarks

    Client-side IEntryProcessor<TResult> implementations do not have any processing logic, they must be backed by a corresponding processor registered on the server and containing the actual implementation.

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