다음을 통해 공유


PersistedState 생성자

정의

오버로드

PersistedState()

PersistedState 클래스의 새 인스턴스를 초기화합니다.

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

PersistedState 클래스의 새 인스턴스를 초기화합니다.

PersistedState()

PersistedState 클래스의 새 인스턴스를 초기화합니다.

public PersistedState();
Public Sub New ()

적용 대상

PersistedState(PersistedStateKeys, IDictionary<String,Object>)

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

매개 변수

keys
PersistedStateKeys

지속형 키입니다.

data
IDictionary<String,Object>

상태 값이 포함된 데이터입니다.

적용 대상