When overridden in a derived class, dispatches an asynchronous message to a synchronization context.
- d
- The System.Threading.SendOrPostCallback delegate to call.
- state
- The object passed to the delegate.
The SynchronizationContext.Post(SendOrPostCallback, object) method starts an asynchronous request to post a message.