PushFrame Method
Push an execution frame.
Definition
Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void PushFrame(
DispatcherFrame frame
)
Public Sub PushFrame (
frame As DispatcherFrame
)
member PushFrame :
frame : DispatcherFrame -> unit
Parameters
- DispatcherFrame
- The frame for the dispatcher to process.