InProcessExecutionEnvironment.WithCheckpointing(CheckpointManager) 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.
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.