Delen via


TeamsActivityHandler.OnTeamsConfigFetchAsync Methode

Definitie

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.

Van toepassing op