Partager via


PersistedState Constructeurs

Définition

Surcharges

PersistedState()

Initialise une nouvelle instance de la classe PersistedState.

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Initialise une nouvelle instance de la classe PersistedState.

PersistedState()

Initialise une nouvelle instance de la classe PersistedState.

public PersistedState ();
Public Sub New ()

S’applique à

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Initialise une nouvelle instance de la classe 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))

Paramètres

keys
PersistedStateKeys

Clés persistantes.

data
IDictionary<String,Object>

Données contenant les valeurs d’état.

S’applique à