WindowsFormsSynchronizationContext Methods
.NET Framework 4.5
The WindowsFormsSynchronizationContext type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
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 | Dispatches an asynchronous message to a synchronization context. (Overrides SynchronizationContext.Post(SendOrPostCallback, Object).) |
|
Send | 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 | Waits for any or all the elements in the specified array to receive a signal. (Inherited from SynchronizationContext.) |