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.1.2.0 (12.1.2.0)

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