This documentation is archived and is not being maintained.
WindowsFormsSynchronizationContext Class
Visual Studio 2010
Provides a synchronization context for the Windows Forms application model.
System::Object
System.Threading::SynchronizationContext
System.Windows.Forms::WindowsFormsSynchronizationContext
System.Threading::SynchronizationContext
System.Windows.Forms::WindowsFormsSynchronizationContext
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The WindowsFormsSynchronizationContext type exposes the following members.
| 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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).) |
![]() | SetWaitNotificationRequired | Sets notification that wait notification is required and prepares the callback method so it can be called more reliably when a wait occurs. (Inherited from SynchronizationContext.) |
![]() | 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
