DispatcherSynchronizationContext.Send(SendOrPostCallback, Object) 方法

定義

在同步情境中同步呼叫回撥。

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)

參數

d
SendOrPostCallback

要打電話給代表。

state
Object

該物件交由代表完成。

例外狀況

dnull

備註

代理被放入派遣隊列,優先權為 Normal

適用於