Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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.7.1.23 (3.7.1.23)

Syntax

C#
public abstract class AbstractProcessor : IEntryProcessor

Inheritance Hierarchy

See Also