IActivityTaskQueue.Stop(Boolean) Method

Definition

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.

Applies to