Delen via


SettingsMemoryScope(IConfiguration) Constructor

Definitie

Initialiseert een nieuw exemplaar van de SettingsMemoryScope klasse.

public SettingsMemoryScope(Microsoft.Extensions.Configuration.IConfiguration configuration = default);
new Microsoft.Bot.Builder.Dialogs.Memory.Scopes.SettingsMemoryScope : Microsoft.Extensions.Configuration.IConfiguration -> Microsoft.Bot.Builder.Dialogs.Memory.Scopes.SettingsMemoryScope
Public Sub New (Optional configuration As IConfiguration = Nothing)

Parameters

configuration
IConfiguration

De IConfiguration waaruit deze instellingen moeten worden gemaakt.

Van toepassing op