Dispatcher.PushFrame Method
Pushes an execution frame onto the event queue of a Dispatcher object (dispatcher).
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public static void PushFrame (
DispatcherFrameframe
)
Parameters
- frame
The frame to be processed by the dispatcher.
Remarks
A dispatcher processes the event queue in a loop that is typically initiated by having the application invoke the Run method. Each iteration of the loop is referred to as a frame. The PushFrame method pushes a nested loop, which is contained in the frame parameter, onto the event queue.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
Dispatcher Class
Dispatcher Members
Microsoft.SPOT Namespace