Click or drag to resize

AbstractKeyBundler.Bundling Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
Syntax
C#
public abstract IDictionary Bundling(
	ICollection colKeys
)

Parameters

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

Return Value

Type: IDictionary
The Map of operation results.
See Also