DurableAgentRunOptions.Clone 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.
Produces a clone of the current AgentRunOptions instance.
public override Microsoft.Agents.AI.AgentRunOptions Clone();
override this.Clone : unit -> Microsoft.Agents.AI.AgentRunOptions
Public Overrides Function Clone () As AgentRunOptions
Returns
A clone of the current AgentRunOptions instance.