BatchWorker.Notify 方法

定义

重载

Notify()

通知辅助角色有更多的工作。

Notify(DateTime)

指示批处理辅助角色再次运行以检查工作,如果尚未在指定 utcTime时再次运行。

Notify()

Source:
BatchWorker.cs

通知辅助角色有更多的工作。

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

适用于

Notify(DateTime)

Source:
BatchWorker.cs

指示批处理辅助角色再次运行以检查工作,如果尚未在指定 utcTime时再次运行。

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

参数

utcTime
DateTime

适用于