SynchronizationContext.Post(SendOrPostCallback, Object) 메서드

정의

파생 클래스에서 재정의되는 경우 동기화 컨텍스트에 비동기 메시지를 디스패치합니다.

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)

매개 변수

d
SendOrPostCallback

SendOrPostCallback 호출할 대리자입니다.

state
Object

대리자에게 전달된 개체입니다.

설명

메서드는 Post 메시지를 게시하기 위한 비동기 요청을 시작합니다.

적용 대상