WindowsFormsSynchronizationContext.Post(SendOrPostCallback, Object) Methode

Definitie

Verzendt een asynchroon bericht naar een synchronisatiecontext.

public:
 override void Post(System::Threading::SendOrPostCallback ^ d, System::Object ^ state);
public override void Post(System.Threading.SendOrPostCallback d, object state);
public override void Post(System.Threading.SendOrPostCallback d, object? state);
override this.Post : System.Threading.SendOrPostCallback * obj -> unit
Public Overrides Sub Post (d As SendOrPostCallback, state As Object)

Parameters

d
SendOrPostCallback

De SendOrPostCallback gemachtigde die moet bellen.

state
Object

Het object is doorgegeven aan de gemachtigde.

Opmerkingen

Met de Post methode wordt een asynchrone aanvraag gestart om een bericht te posten.

Van toepassing op

Zie ook