Class SingleThreadedSynchronizationContext.Frame
- Namespace
- Microsoft.VisualStudio.Threading
- Assembly
- Microsoft.VisualStudio.Threading.dll
A message pumping frame that may be pushed with PushFrame(Frame) to pump messages on the owning thread.
public class SingleThreadedSynchronizationContext.Frame
- Inheritance
-
SingleThreadedSynchronizationContext.Frame
- Inherited Members
Properties
Continue
Gets or sets a value indicating whether a call to PushFrame(Frame) with this SingleThreadedSynchronizationContext.Frame should continue pumping messages or should return to its caller.
public bool Continue { get; set; }