CompositorRequestCommitAsync 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) Version: 11.3.999
public Task RequestCommitAsync()

Return Value

Task
A task that completes when sent changes are applied on the render thread

See Also