Dispatches an asynchronous message to a synchronization context.
d The System.Threading.SendOrPostCallback delegate to call.state The object passed to the delegate.
The WindowsFormsSynchronizationContext.Post(System.Threading.SendOrPostCallback, object) method starts an asynchronous request to post a message.