Click or drag to resize

AbstractBundlerBundleEnsureResults Method (Boolean)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Obtain results of the bundled requests or ensure that the results have already been retrieved.

Namespace:  Tangosol.Net.Cache
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
protected bool EnsureResults(
	bool isBurst
)

Parameters

isBurst
Type: SystemBoolean
Specifies whether or not the actual results have to be fetched on this thread; this parameter will be true for one and only one thread per bundle

Return Value

Type: Boolean
True if the bundling has succeeded; false if the un-bundling has to be performed as a result of a failure.
See Also