WindowsFormsSynchronizationContext.Post(SendOrPostCallback, Object) 方法

定义

为同步上下文调度异步消息。

public:
 override void Post(System::Threading::SendOrPostCallback ^ d, System::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)

参数

d
SendOrPostCallback

要调用的 SendOrPostCallback 委托。

state
Object

传递给委托的对象。

注解

该方法 Post 启动异步请求以发布消息。

适用于

另请参阅