TeamsActivityHandler.OnTeamsMembersRemovedDispatchAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remplacez cela dans une classe dérivée pour fournir une logique lorsque des membres autres que le bot quittent le canal, comme la logique d’au-delà de votre bot. Il obtient les membres associés aux comptes fournis.
protected virtual System.Threading.Tasks.Task OnTeamsMembersRemovedDispatchAsync (System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> membersRemoved, Microsoft.Bot.Schema.Teams.TeamInfo teamInfo, Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IConversationUpdateActivity> turnContext, System.Threading.CancellationToken cancellationToken);
abstract member OnTeamsMembersRemovedDispatchAsync : System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> * Microsoft.Bot.Schema.Teams.TeamInfo * Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IConversationUpdateActivity> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OnTeamsMembersRemovedDispatchAsync : System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> * Microsoft.Bot.Schema.Teams.TeamInfo * Microsoft.Bot.Builder.ITurnContext<Microsoft.Bot.Schema.IConversationUpdateActivity> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function OnTeamsMembersRemovedDispatchAsync (membersRemoved As IList(Of ChannelAccount), teamInfo As TeamInfo, turnContext As ITurnContext(Of IConversationUpdateActivity), cancellationToken As CancellationToken) As Task
Paramètres
- membersRemoved
- IList<ChannelAccount>
Liste de tous les comptes supprimés du canal, comme décrit par l’activité de mise à jour de conversation.
- teamInfo
- TeamInfo
Objet d’informations d’équipe représentant l’équipe.
- turnContext
- ITurnContext<IConversationUpdateActivity>
Objet de contexte fortement typé pour ce tour.
- cancellationToken
- CancellationToken
Jeton d'annulation qui peut être utilisé par d'autres objets ou threads pour être informés de l'annulation.
Retours
Tâche qui représente le travail mis en file d’attente pour s’exécuter.