renderResult
Description
This method initiates the rendering of a layed out chunk advertised through partialLayoutFinished
.
Signatures
function renderResult(resultId)JavaScript |
void RenderResult(string resultId).net |
Parameters
The ID of the result to be rendered.
Returns
Nothing. The render result is computed asynchronously and can be obtained via events like partialRenderFinished
.