IInvocableCacheInvoke 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)
SyntaxObject 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