Click or drag to resize

WrapperNamedCacheInvoke Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntax
C#
public virtual Object Invoke(
	Object key,
	IEntryProcessor agent
)

Parameters

key
Type: SystemObject
The key to process; it is not required to exist within the cache.
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.

Implements

IInvocableCacheInvoke(Object, IEntryProcessor)
See Also