BatchWorker.NotifyAndWaitForWorkToBeServiced 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.
Notify the worker that there is more work, and wait for the current work cycle, and also the next work cycle if there is currently unserviced work.
public System.Threading.Tasks.Task NotifyAndWaitForWorkToBeServiced ();
member this.NotifyAndWaitForWorkToBeServiced : unit -> System.Threading.Tasks.Task
Public Function NotifyAndWaitForWorkToBeServiced () As Task