Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Process a collection of IInvocableCacheEntry objects.

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

Syntax

C#
public override IDictionary ProcessAll(
	ICollection entries
)

Parameters

entries
Type: System.Collections..::.ICollection
A read-only collection of IInvocableCacheEntry objects to process.

Return Value

An empty, immutable dictionary.

Implements

IEntryProcessor..::.ProcessAll(ICollection)

See Also