Click or drag to resize

IInvocableCacheInvoke Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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: 14.1.1.14 (14.1.1.14)
Syntax
C#
Object Invoke(
	Object key,
	IEntryProcessor agent
)

Parameters

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

Return Value

Type: Object
The result of the invocation as returned from the IEntryProcessor.
See Also