Method Post
Post(SendOrPostCallback, object?)
Dispatches an asynchronous message to a synchronization context.
public override void Post(SendOrPostCallback d, object? state)
Parameters
dSendOrPostCallbackThe SendOrPostCallback delegate to call.
stateobjectThe object passed to the delegate.
Remarks
The Post method starts an asynchronous request to post a message.