Oracle® Coherence .NET API Reference Release 3.6
E15727-01

An AbstractProcessor is a partial IEntryProcessor implementation that provides the default implementation of the ProcessAll(ICollection) method.

Namespace:  Tangosol.Util.Processor
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public abstract class AbstractProcessor : IEntryProcessor

Inheritance Hierarchy

See Also