  | IEntryProcessor Interface | 
 
            A stateful serializable object which represents the EntryProcessor defined on server side.
            
 
    Namespace: 
   Hazelcast.Map
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxpublic interface IEntryProcessor
Public Interface IEntryProcessor
public interface class IEntryProcessor
type IEntryProcessor =  interface end
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