ChannelServiceHandlerBase.HandleGetActivityMembersAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the members of an activity.
public System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount>> HandleGetActivityMembersAsync (string authHeader, string conversationId, string activityId, System.Threading.CancellationToken cancellationToken = default);
member this.HandleGetActivityMembersAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount>>
Public Function HandleGetActivityMembersAsync (authHeader As String, conversationId As String, activityId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of ChannelAccount))
Parameters
- authHeader
- String
The authentication header.
- conversationId
- String
The conversation Id.
- activityId
- String
The activity Id.
- cancellationToken
- CancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
Returns
A Task<TResult> representing the result of the asynchronous operation.