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

Construct a PriorityProcessor.

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

Syntax

C#
public PriorityProcessor(
	IEntryProcessor processor
)

Parameters

processor
Type: Tangosol.Net.Cache..::.IEntryProcessor
The processor wrapped by this PriorityProcessor.

See Also