TeamsInfo.GetPagedMembersAsync 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.
Gets a paginated list of members of one-on-one, group, or team conversation.
public static System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.TeamsPagedMembersResult> GetPagedMembersAsync (Microsoft.Bot.Builder.ITurnContext turnContext, int? pageSize = default, string continuationToken = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPagedMembersAsync : Microsoft.Bot.Builder.ITurnContext * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.Teams.TeamsPagedMembersResult>
Public Shared Function GetPagedMembersAsync (turnContext As ITurnContext, Optional pageSize As Nullable(Of Integer) = Nothing, Optional continuationToken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TeamsPagedMembersResult)
Parameters
- turnContext
- ITurnContext
Turn context.
- continuationToken
- String
ContinuationToken token.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
TeamsPagedMembersResult.