System.Windows.Forms.WindowsFormsSynchronizationContext Members

The members of System.Windows.Forms.WindowsFormsSynchronizationContext are listed below.

See Also: Inherited members from System.Threading.SynchronizationContext

Public Constructors

Public Properties

static
AutoInstallbool.

Gets or sets a value indicating whether the System.Windows.Forms.WindowsFormsSynchronizationContext is installed when a control is created.

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.