NoMessagePumpSyncContext 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 SynchronizationContext whose synchronously blocking Wait method does not allow any reentrancy via the message pump.
public ref class NoMessagePumpSyncContext : System::Threading::SynchronizationContext
public class NoMessagePumpSyncContext : System.Threading.SynchronizationContext
type NoMessagePumpSyncContext = class
inherit SynchronizationContext
Public Class NoMessagePumpSyncContext
Inherits SynchronizationContext
- Inheritance
-
NoMessagePumpSyncContext
Constructors
NoMessagePumpSyncContext() |
Initializes a new instance of the NoMessagePumpSyncContext class. |
Properties
Default |
Gets a shared instance of this class. |
Methods
Wait(IntPtr[], Boolean, Int32) |
Synchronously blocks without a message pump. |
Applies to
Thread Safety
This type is thread-safe for all members.