CheckpointManager.CreateInMemory 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.
Creates a new instance of Microsoft.Agents.AI.Workflows.Checkpointing.ICheckpointManager that uses the specified marshaller and store.
public static Microsoft.Agents.AI.Workflows.CheckpointManager CreateInMemory();
static member CreateInMemory : unit -> Microsoft.Agents.AI.Workflows.CheckpointManager
Public Shared Function CreateInMemory () As CheckpointManager