SynchronizationContext.Post(SendOrPostCallback, Object) Methode

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, verzendt u een asynchroon bericht naar een synchronisatiecontext.

public:
 virtual void Post(System::Threading::SendOrPostCallback ^ d, System::Object ^ state);
public virtual void Post(System.Threading.SendOrPostCallback d, object state);
abstract member Post : System.Threading.SendOrPostCallback * obj -> unit
override this.Post : System.Threading.SendOrPostCallback * obj -> unit
Public Overridable 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