WindowsFormsSynchronizationContext.Post(SendOrPostCallback, Object) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
동기화 컨텍스트에 비동기 메시지를 디스패치합니다.
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)
매개 변수
SendOrPostCallback 호출할 대리자입니다.
- state
- Object
대리자에게 전달된 개체입니다.
설명
메서드는 Post 메시지를 게시하기 위한 비동기 요청을 시작합니다.
적용 대상
추가 정보
- SynchronizationContext
- 이벤트 기반 비동기 패턴 개요