共用方式為


IDispatcher.DispatchDelayed(TimeSpan, Action) 方法

定義

從背景工作執行緒排程 UI 執行緒上提供的動作,並考慮提供的延遲。

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

參數

delay
TimeSpan

分派之前 action 所考慮的延遲。

action
Action

Action要排程在 UI 執行緒上處理的 。

傳回

true 如果已成功分派動作,則為 ,否則 false 為 。

適用於