Edit

Share via


BatchWorker.Notify Method

Definition

Overloads

Notify()

Notify the worker that there is more work.

Notify(DateTime)

Instructs the batch worker to run again to check for work, if it has not run again already by then, at specified utcTime.

Notify()

Source:
BatchWorker.cs

Notify the worker that there is more work.

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

Applies to

Notify(DateTime)

Source:
BatchWorker.cs

Instructs the batch worker to run again to check for work, if it has not run again already by then, at specified utcTime.

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

Parameters

utcTime
DateTime

Applies to