Condividi tramite


DispatcherSynchronizationContext.Send(SendOrPostCallback, Object) Metodo

Definizione

Richiama in modo sincrono il callback nel contesto di sincronizzazione.

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

Parametri

d
SendOrPostCallback

Delegato da chiamare.

state
Object

Oggetto passato al delegato.

Eccezioni

Commenti

Il delegato viene inserito nella coda del dispatcher con priorità Normal.

Si applica a