InProcessExecutionEnvironment.WithCheckpointing(CheckpointManager) Method

Definition

Configure a new execution environment, inheriting configuration for the current one with the specified CheckpointManager for use in checkpointing.

public Microsoft.Agents.AI.Workflows.InProc.InProcessExecutionEnvironment WithCheckpointing(Microsoft.Agents.AI.Workflows.CheckpointManager? checkpointManager);
member this.WithCheckpointing : Microsoft.Agents.AI.Workflows.CheckpointManager -> Microsoft.Agents.AI.Workflows.InProc.InProcessExecutionEnvironment
Public Function WithCheckpointing (checkpointManager As CheckpointManager) As InProcessExecutionEnvironment

Parameters

checkpointManager
CheckpointManager

The CheckpointManager to use for checkpointing.

Returns

A new InProcess IWorkflowExecutionEnvironment configured for checkpointing, inheriting configuration from the current environment.

Applies to