KernelArgumentsExtensions.ContinueLoop(KernelArguments) 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.
Signal the orchestrator to go to the next iteration of the loop in the AtLeastOnce or ZeroOrMore step.
public static void ContinueLoop (this Microsoft.SemanticKernel.KernelArguments arguments);
static member ContinueLoop : Microsoft.SemanticKernel.KernelArguments -> unit
<Extension()>
Public Sub ContinueLoop (arguments As KernelArguments)
Parameters
- arguments
- KernelArguments
Context arguments.