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

Process an IInvocableCacheEntry.

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

Syntax

C#
public 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