SynchronizationContext.Post(SendOrPostCallback, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,會將非同步訊息分派至同步處理內容。
public:
virtual void Post(System::Threading::SendOrPostCallback ^ d, System::Object ^ state);
public virtual void Post (System.Threading.SendOrPostCallback d, 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)
參數
要呼叫的 SendOrPostCallback 委派。
- state
- Object
傳送至委派的物件。
備註
方法 Post 會啟動非同步要求來張貼訊息。