System.Windows.Forms.WindowsFormsSynchronizationContext.Post Method

Dispatches an asynchronous message to a synchronization context.

Syntax

public override void Post (System.Threading.SendOrPostCallback d, object state)

Parameters

d
The System.Threading.SendOrPostCallback delegate to call.
state
The object passed to the delegate.

Remarks

The WindowsFormsSynchronizationContext.Post(System.Threading.SendOrPostCallback, object) method starts an asynchronous request to post a message.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0