AbstractKeyBundlerUnbundling Method |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Un-bundle bundled operation. This operation would be used if an
exception occurs during a bundled operation or if the number of
active threads is below the
ThreadThreshold
value.
Namespace:
Tangosol.Net.Cache
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic abstract Object Unbundling(
Object key
)
Parameters
- key
- Type: SystemObject
A key to perform the un-bundled operation for.
Return Value
Type:
Object
The operation result for the specified key, may be null.
See Also