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