Click or drag to resize

AbstractKeyBundlerBundling Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
The bundle operation to be performed against a collected set of keys by the concrete AbstractKeyBundler implementations. If an exception occurs during bundle operation, it could be repeated using singleton sets.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public abstract IDictionary Bundling(
	ICollection colKeys
)

Parameters

colKeys
Type: System.CollectionsICollection
A key collection to perform the bundled operation for.

Return Value

Type: IDictionary
The Map of operation results.
See Also