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);
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 메시지를 게시하기 위한 비동기 요청을 시작합니다.

적용 대상

추가 정보