RequestCommitAsync Method
Requests pending changes in the composition objects to be serialized and sent to the render thread
Definition
Namespace: Avalonia.Rendering.Composition
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Task RequestCommitAsync()
Public Function RequestCommitAsync As Task
member RequestCommitAsync : unit -> Task
Return Value
Task
A task that completes when sent changes are applied on the render thread