DispatcherPushFrame Method

Push an execution frame.

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void PushFrame(
	DispatcherFrame frame
)

Parameters

frame  DispatcherFrame
The frame for the dispatcher to process.

See Also