ChoiceOptionsSet.BindAsync(DialogContext, Object, CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Bei Verwendung des Turnkontexts binden Sie an die Daten, um das Objekt vom Typ T zu erstellen.
public System.Threading.Tasks.Task<Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions> BindAsync (Microsoft.Bot.Builder.Dialogs.DialogContext dialogContext, object data = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BindAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions>
override this.BindAsync : Microsoft.Bot.Builder.Dialogs.DialogContext * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Dialogs.Choices.ChoiceFactoryOptions>
Public Function BindAsync (dialogContext As DialogContext, Optional data As Object = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ChoiceFactoryOptions)
Parameter
- dialogContext
- DialogContext
dialogContext.
- data
- Object
Daten, an die gebunden werden sollen. Wenn Null, wird dc.State verwendet.
- cancellationToken
- CancellationToken
für CancellationToken diese Aufgabe.
Gibt zurück
-Instanz von T.