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

Process an IInvocableCacheEntry.

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

Syntax

C#
public abstract Object Process(
	IInvocableCacheEntry entry
)

Parameters

entry
Type: Tangosol.Net.Cache..::.IInvocableCacheEntry
The IInvocableCacheEntry to process.

Return Value

The result of the processing, if any.

Implements

IEntryProcessor..::.Process(IInvocableCacheEntry)

See Also