ConditionalPutProcessAll Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
  
    Namespace: 
   Tangosol.Util.Processor
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic override IDictionary ProcessAll(
	ICollection entries
)
Parameters
- entries
 - Type: System.CollectionsICollection
            A read-only collection of IInvocableCacheEntry
            objects to process.
             
Return Value
Type: 
IDictionary
            A dictionary containing the results of the processing, up to one
            entry for each 
IInvocableCacheEntry that was
            processed, keyed by the keys of the dictionary that were
            processed, with a corresponding value being the result of the
            processing for each key.
            
Implements
IEntryProcessorProcessAll(ICollection)
See Also