CompositorRequestCompositionBatchCommitAsync 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 CompositionBatch RequestCompositionBatchCommitAsync()

Return Value

CompositionBatch
A CompositionBatch object that provides batch lifetime information

See Also