WindowsFormsSynchronizationContext Class
Provides a synchronization context for the Windows Forms application model.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
System.Threading::SynchronizationContext
System.Windows.Forms::WindowsFormsSynchronizationContext
| Name | Description | |
|---|---|---|
![]() | WindowsFormsSynchronizationContext() | Initializes a new instance of the WindowsFormsSynchronizationContext class. |
| Name | Description | |
|---|---|---|
![]() ![]() | AutoInstall | Gets or sets a value indicating whether the WindowsFormsSynchronizationContext is installed when a control is created. |
| Name | Description | |
|---|---|---|
![]() | CreateCopy() | Copies the synchronization context.(Overrides SynchronizationContext::CreateCopy().) |
![]() | Dispose() | Releases all resources used by the WindowsFormsSynchronizationContext. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsWaitNotificationRequired() | Determines if wait notification is required.(Inherited from SynchronizationContext.) |
![]() | OperationCompleted() | When overridden in a derived class, responds to the notification that an operation has completed.(Inherited from SynchronizationContext.) |
![]() | OperationStarted() | When overridden in a derived class, responds to the notification that an operation has started.(Inherited from SynchronizationContext.) |
![]() | Post(SendOrPostCallback^, Object^) | Dispatches an asynchronous message to a synchronization context.(Overrides SynchronizationContext::Post(SendOrPostCallback^, Object^).) |
![]() | Send(SendOrPostCallback^, Object^) | Dispatches a synchronous message to a synchronization context(Overrides SynchronizationContext::Send(SendOrPostCallback^, Object^).) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | Uninstall() | Uninstalls the currently installed WindowsFormsSynchronizationContext and replaces it with the previously installed context. |
![]() | Wait(array<IntPtr>^, Boolean, Int32) | Waits for any or all the elements in the specified array to receive a signal.(Inherited from SynchronizationContext.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


