NoMessagePumpSyncContext Class
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.
C++
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
No |
Initializes a new instance of the NoMessagePumpSyncContext class. |
Default |
Gets a shared instance of this class. |
Wait(Int |
Synchronously blocks without a message pump. |
Tuote | Versiot |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |
This type is thread-safe for all members.