WindowsFormsSynchronizationContext Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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.) |

