Click or drag to resize

AbstractBundlergetOpenBundle Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Retrieve any Bundle that is currently in the open state. This method does not assume any external synchronization and as a result, a caller must double check the returned bundle open state (after synchronizing on it).

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected AbstractBundlerBundle getOpenBundle()

Return Value

Type: AbstractBundlerBundle
An open Bundle.
See Also