Udostępnij za pośrednictwem


PersistedState Konstruktory

Definicja

Przeciążenia

PersistedState()

Inicjuje nowe wystąpienie klasy PersistedState.

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Inicjuje nowe wystąpienie klasy PersistedState.

PersistedState()

Inicjuje nowe wystąpienie klasy PersistedState.

public PersistedState ();
Public Sub New ()

Dotyczy

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Inicjuje nowe wystąpienie klasy PersistedState.

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

Utrwalone klucze.

data
IDictionary<String,Object>

Dane zawierające wartości stanu.

Dotyczy