Renderer.UpdateDisplayAsync(RenderBatch) Method

Definition

Updates the visible UI.

protected:
 abstract System::Threading::Tasks::Task ^ UpdateDisplayAsync(Microsoft::AspNetCore::Components::RenderTree::RenderBatch ^ renderBatch);
protected abstract System.Threading.Tasks.Task UpdateDisplayAsync (in Microsoft.AspNetCore.Components.RenderTree.RenderBatch renderBatch);
abstract member UpdateDisplayAsync : RenderBatch -> System.Threading.Tasks.Task
Protected MustOverride Function UpdateDisplayAsync (renderBatch As RenderBatch) As Task

Parameters

renderBatch
RenderBatch

The changes to the UI since the previous call.

Returns

A Task to represent the UI update process.

Applies to