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

Invoke the passed IEntryProcessor against the entry specified by the passed key, returning the result of the invocation.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
Object Invoke(
	Object key,
	IEntryProcessor agent
)

Parameters

key
Type: System..::.Object
The key to process; it is not required to exist within the dictionary.
agent
Type: Tangosol.Net.Cache..::.IEntryProcessor
The IEntryProcessor to use to process the specified key.

Return Value

The result of the invocation as returned from the IEntryProcessor.

See Also