AbstractKeyBundlerUnbundling Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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