SingleThreadedSynchronizationContext.Frame Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A message pumping frame that may be pushed with PushFrame(SingleThreadedSynchronizationContext+Frame) to pump messages on the owning thread.
public: ref class SingleThreadedSynchronizationContext::Frame
public class SingleThreadedSynchronizationContext.Frame
type SingleThreadedSynchronizationContext.Frame = class
Public Class SingleThreadedSynchronizationContext.Frame
- Inheritance
-
SingleThreadedSynchronizationContext.Frame
Constructors
SingleThreadedSynchronizationContext.Frame() |
Properties
Continue |
Gets or sets a value indicating whether a call to PushFrame(SingleThreadedSynchronizationContext+Frame) with this SingleThreadedSynchronizationContext.Frame should continue pumping messages or should return to its caller. |