WindowsFormsSynchronizationContext.Post(SendOrPostCallback, Object) Methode

Definition

Sendet eine asynchrone Meldung an einen Synchronisierungskontext.

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)

Parameter

d
SendOrPostCallback

Der aufzurufende SendOrPostCallback-Delegat.

state
Object

Das an den Delegaten übergebene Objekt.

Hinweise

Die Post -Methode startet eine asynchrone Anforderung zum Posten einer Nachricht.

Gilt für:

Weitere Informationen