Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-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: 12.2.1.4014 (12.2.1.4014)

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

The Map of operation results.

See Also