Share via


FlowStatusProvider.ConnectAsync(IMemoryStore, String) Method

Definition

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

Returns

Applies to