Dela via


PersistedState Konstruktorer

Definition

Överlagringar

PersistedState()

Initierar en ny instans av PersistedState klassen.

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Initierar en ny instans av PersistedState klassen.

PersistedState()

Initierar en ny instans av PersistedState klassen.

public PersistedState();
Public Sub New ()

Gäller för

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Initierar en ny instans av PersistedState klassen.

public PersistedState(Microsoft.Bot.Builder.Dialogs.PersistedStateKeys keys, System.Collections.Generic.IDictionary<string,object> data);
new Microsoft.Bot.Builder.Dialogs.PersistedState : Microsoft.Bot.Builder.Dialogs.PersistedStateKeys * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Bot.Builder.Dialogs.PersistedState
Public Sub New (keys As PersistedStateKeys, data As IDictionary(Of String, Object))

Parametrar

keys
PersistedStateKeys

De sparade nycklarna.

data
IDictionary<String,Object>

Data som innehåller tillståndsvärdena.

Gäller för