IActivityTaskQueue.Stop(Boolean) 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.
Stops the operation, optionally waiting for all pending items to be processed before completing.
public void Stop(bool waitForEmpty = true);
abstract member Stop : bool -> unit
Public Sub Stop (Optional waitForEmpty As Boolean = true)
Parameters
- waitForEmpty
- Boolean
true to wait until all pending items have been processed before stopping; otherwise, false to stop immediately.