Renderer.UpdateDisplayAsync(RenderBatch) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.