Delen via


ConversationsExtensions.GetActivityMembersAsync Methode

Definitie

GetActivityMembers.

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Bot.Connector.ChannelAccount>> GetActivityMembersAsync (this Microsoft.Bot.Connector.IConversations operations, string conversationId, string activityId, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount>> GetActivityMembersAsync (this Microsoft.Bot.Connector.IConversations operations, string conversationId, string activityId, System.Threading.CancellationToken cancellationToken = default);
static member GetActivityMembersAsync : Microsoft.Bot.Connector.IConversations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Bot.Connector.ChannelAccount>>
static member GetActivityMembersAsync : Microsoft.Bot.Connector.IConversations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount>>
<Extension()>
Public Function GetActivityMembersAsync (operations As IConversations, conversationId As String, activityId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of ChannelAccount))

Parameters

operations
IConversations

De bewerkingsgroep voor deze extensiemethode.

conversationId
String

Gespreks-id.

activityId
String

Activiteits-id.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Een verzameling leden van een activiteit.

Opmerkingen

Inventariseer de leden van een activiteit.

Deze REST API gebruikt een ConversationId en een ActivityId en retourneert een matrix van ChannelAccount-objecten die de leden van de specifieke activiteit in het gesprek vertegenwoordigen.

Van toepassing op