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: 12.1.2.0 (12.1.2.0)

Syntax

C#
protected bool EnsureResults(
	bool isBurst
)

Parameters

isBurst
Type: System..::..Boolean
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

True if the bundling has succeeded; false if the un-bundling has to be performed as a result of a failure.

See Also