共用方式為


BatchWorker.Notify 方法

定義

多載

Notify()

通知背景工作角色有更多工作。

Notify(DateTime)

指示批次背景工作角色再次執行以檢查工作,如果尚未在指定 utcTime 時再次執行。

Notify()

來源:
BatchWorker.cs

通知背景工作角色有更多工作。

public void Notify ();
member this.Notify : unit -> unit
Public Sub Notify ()

適用於

Notify(DateTime)

來源:
BatchWorker.cs

指示批次背景工作角色再次執行以檢查工作,如果尚未在指定 utcTime 時再次執行。

public void Notify (DateTime utcTime);
member this.Notify : DateTime -> unit
Public Sub Notify (utcTime As DateTime)

參數

utcTime
DateTime

適用於