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 메서드는 메시지를 게시 하려면 비동기 요청을 시작 합니다.

적용 대상

추가 정보