Click or drag to resize

ConditionalPutAllProcessAll Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Process a collection of IInvocableCacheEntry objects.

Namespace:  Tangosol.Util.Processor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public override IDictionary ProcessAll(
	ICollection entries
)

Parameters

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

Return Value

Type: IDictionary
An empty, immutable dictionary.

Implements

IEntryProcessorProcessAll(ICollection)
See Also