When overridden in a derived class, dispatches a synchronous message to a synchronization context.
d The System.Threading.SendOrPostCallback delegate to call.state The object passed to the delegate.
The SynchronizationContext.Send(SendOrPostCallback, object) method starts a synchronous request to send a message.