SingleThreadedSynchronizationContext.Frame Class

Definition

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.

Applies to