Delen via


PersistedState Constructors

Definitie

Overloads

PersistedState()

Initialiseert een nieuw exemplaar van de PersistedState klasse.

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Initialiseert een nieuw exemplaar van de PersistedState klasse.

PersistedState()

Initialiseert een nieuw exemplaar van de PersistedState klasse.

public PersistedState ();
Public Sub New ()

Van toepassing op

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

Initialiseert een nieuw exemplaar van de PersistedState klasse.

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

Parameters

keys
PersistedStateKeys

De persistente sleutels.

data
IDictionary<String,Object>

De gegevens met de statuswaarden.

Van toepassing op