MagenticWorkflowBuilder.WithMaxResets(Nullable<Int32>) 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.
Set the maximum number ofnumber of resets allowed. null means unlimited.
public Microsoft.Agents.AI.Workflows.MagenticWorkflowBuilder WithMaxResets(int? maxResets = default);
member this.WithMaxResets : Nullable<int> -> Microsoft.Agents.AI.Workflows.MagenticWorkflowBuilder
Public Function WithMaxResets (Optional maxResets As Nullable(Of Integer) = Nothing) As MagenticWorkflowBuilder