BatchWorker.Notify 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Notify() |
通知背景工作角色有更多工作。 |
Notify(DateTime) |
指示批次背景工作角色再次執行以檢查工作,如果尚未在指定 |
Notify()
通知背景工作角色有更多工作。
public void Notify ();
member this.Notify : unit -> unit
Public Sub Notify ()
適用於
Notify(DateTime)
指示批次背景工作角色再次執行以檢查工作,如果尚未在指定 utcTime
時再次執行。
public void Notify (DateTime utcTime);
member this.Notify : DateTime -> unit
Public Sub Notify (utcTime As DateTime)
參數
- utcTime
- DateTime