IEntryProcessor InterfaceHazelcast .Net Client Class Library
A stateful serializable object which represents the EntryProcessor defined on server side.

Namespace: Hazelcast.Map
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax

public interface IEntryProcessor
Remarks

This object must have a hazelcast serializable EntryProcessor counterpart registered on server side with the actual org.hazelcast.map.EntryProcessor implementation. Client side EntryProcessor does not have any processing logic.
See Also

Reference