DispatcherSynchronizationContext.Send(SendOrPostCallback, Object) Metoda

Definicja

Wywołuje wywołanie zwrotne w kontekście synchronizacji synchronicznie.

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)

Parametry

d
SendOrPostCallback

Delegat do wywołania.

state
Object

Obiekt przekazany do delegata.

Wyjątki

Uwagi

Delegat jest umieszczany w kolejce dyspozytora o priorytcie Normal.

Dotyczy