다음을 통해 공유


Dispatcher.DispatchDelayed(TimeSpan, Action) 메서드

정의

제공된 지연을 고려하여 작업자 스레드에서 UI 스레드에서 제공된 작업을 예약합니다.

public:
 virtual bool DispatchDelayed(TimeSpan delay, Action ^ action);
public bool DispatchDelayed (TimeSpan delay, Action action);
abstract member DispatchDelayed : TimeSpan * Action -> bool
override this.DispatchDelayed : TimeSpan * Action -> bool
Public Function DispatchDelayed (delay As TimeSpan, action As Action) As Boolean

매개 변수

delay
TimeSpan

이전에 고려 action 된 지연이 디스패치됩니다.

action
Action

Action UI 스레드에서 처리하도록 예약할 대상입니다.

반환

true 작업이 성공적으로 디스패치된 경우, 그렇지 않으면 false.

구현

적용 대상