AbstractBundlerBundleEnsureResults Method (Boolean) | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            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.1 (14.1.1.1)
Syntaxprotected 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