SynchronizationContext
has the IsWaitNotificationRequired
property. For his purpose, docs can say the following:
Determines whether to wait for a notification.
true if pending notification is required; otherwise false.
Gosh, this clarifies the situation.
What exactly is this βwaiting alertβ, and when / why is it required / not required? Is IsWaitNotificationRequired
something in the Control.InvokeRequired
lines, or is it something else?
Joe white
source share