System.Windows.Forms.WindowsFormsSynchronizationContext: Method Members

The methods of System.Windows.Forms.WindowsFormsSynchronizationContext are listed below. For a list of all members, see the WindowsFormsSynchronizationContext Members list.

See Also: Inherited members from System.Threading.SynchronizationContext

Public Methods

override
CreateCopy() : System.Threading.SynchronizationContext

Copies the synchronization context.

Dispose()

Releases all resources used by the System.Windows.Forms.WindowsFormsSynchronizationContext.

override
Post(System.Threading.SendOrPostCallback, object)

Dispatches an asynchronous message to a synchronization context.

override
Send(System.Threading.SendOrPostCallback, object)

Dispatches a synchronous message to a synchronization context

static
Uninstall()

Uninstalls the currently installed System.Windows.Forms.WindowsFormsSynchronizationContext and replaces it with the previously installed context.