FlowStatusProvider.ConnectAsync(IMemoryStore, String) 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.
Initializes a new instance of the FlowStatusProvider class.
public static System.Threading.Tasks.Task<Microsoft.SemanticKernel.Experimental.Orchestration.FlowStatusProvider> ConnectAsync (Microsoft.SemanticKernel.Memory.IMemoryStore memoryStore, string? collectionName = default);
static member ConnectAsync : Microsoft.SemanticKernel.Memory.IMemoryStore * string -> System.Threading.Tasks.Task<Microsoft.SemanticKernel.Experimental.Orchestration.FlowStatusProvider>
Public Shared Function ConnectAsync (memoryStore As IMemoryStore, Optional collectionName As String = Nothing) As Task(Of FlowStatusProvider)
Parameters
- memoryStore
- IMemoryStore
- collectionName
- String