TeamsActivityHandler.OnTeamsConfigFetchAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overschrijf dit in een afgeleide klasse om logica te bieden voor wanneer een configuratie wordt opgehaald.
protected virtual System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.ConfigResponseBase> OnTeamsConfigFetchAsync (Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IInvokeActivity> turnContext, Newtonsoft.Json.Linq.JObject configData, System.Threading.CancellationToken cancellationToken);
abstract member OnTeamsConfigFetchAsync : Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IInvokeActivity> * Newtonsoft.Json.Linq.JObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.ConfigResponseBase>
override this.OnTeamsConfigFetchAsync : Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IInvokeActivity> * Newtonsoft.Json.Linq.JObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.ConfigResponseBase>
Protected Overridable Function OnTeamsConfigFetchAsync (turnContext As ITurnContext(Of IInvokeActivity), configData As JObject, cancellationToken As CancellationToken) As Task(Of ConfigResponseBase)
Parameters
- turnContext
- ITurnContext<IInvokeActivity>
Een sterk getypt contextobject voor deze beurt.
- configData
- Newtonsoft.Json.Linq.JObject
De configuratie haalt de nettolading aanvraagwaarde op.
- cancellationToken
- CancellationToken
Een annuleringstoken dat kan worden gebruikt door andere objecten of threads om kennisgeving van annulering te ontvangen.
Retouren
Een configuratieantwoord voor de aanvraag.