Share via


DispatcherSynchronizationContext.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

호출할 대리자입니다.

state
Object

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

예외

d이(가) null인 경우

설명

대리자는 우선 순위에 따라 디스패처 큐에 배치됩니다 Normal.

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

적용 대상