DispatcherPushFrame Method
Push an execution frame.
Namespace: Avalonia.ThreadingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void PushFrame(
DispatcherFrame frame
)
Public Sub PushFrame (
frame As DispatcherFrame
)
member PushFrame :
frame : DispatcherFrame -> unit
Parameters
- frame DispatcherFrame
-
The frame for the dispatcher to process.