PersistedState Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PersistedState() |
Initializes a new instance of the PersistedState class. |
PersistedState(PersistedStateKeys, IDictionary<String,Object>) |
Initializes a new instance of the PersistedState class. |
PersistedState()
Initializes a new instance of the PersistedState class.
public PersistedState ();
Public Sub New ()
Applies to
PersistedState(PersistedStateKeys, IDictionary<String,Object>)
Initializes a new instance of the PersistedState class.
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
The persisted keys.
- data
- IDictionary<String,Object>
The data containing the state values.