BatchWorker.Notify Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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