Sdílet prostřednictvím


PersistedState Konstruktory

Definice

Přetížení

PersistedState()

Inicializuje novou instanci PersistedState třídy .

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Inicializuje novou instanci PersistedState třídy .

PersistedState()

Inicializuje novou instanci PersistedState třídy .

public PersistedState ();
Public Sub New ()

Platí pro

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Inicializuje novou instanci PersistedState třídy .

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))

Parametry

keys
PersistedStateKeys

Trvalé klíče.

data
IDictionary<String,Object>

Data obsahující hodnoty stavu.

Platí pro