AbstractEntryBundlerBundling Method  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            The bundle operation to be performed against a collected 
            dictionary of entries by the concrete AbstractEntryBundler 
            implementations. If an exception occurs during bundle 
            operation, it will be repeated using singleton dictionaries.
            
 
    Namespace: 
   Tangosol.Net.Cache
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic abstract void Bundling(
	IDictionary dictionary
)
Parameters
- dictionary
 - Type: System.CollectionsIDictionary
            A dictionary of entries to perform the bundled operation for.
             
See Also