IDispatcher.DispatchDelayed(TimeSpan, Action) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從背景工作執行緒排程 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
所考慮的延遲。
傳回
true
如果已成功分派動作,則為 ,否則 false
為 。