Share via


PagedMembersResult Constructors

Definition

Overloads

PagedMembersResult()

Initializes a new instance of the PagedMembersResult class.

PagedMembersResult(String, IList<ChannelAccount>)

Initializes a new instance of the PagedMembersResult class.

PagedMembersResult()

Initializes a new instance of the PagedMembersResult class.

public PagedMembersResult ();
Public Sub New ()

Applies to

PagedMembersResult(String, IList<ChannelAccount>)

Initializes a new instance of the PagedMembersResult class.

public PagedMembersResult (string continuationToken = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> members = default);
new Microsoft.Bot.Schema.PagedMembersResult : string * System.Collections.Generic.IList<Microsoft.Bot.Schema.ChannelAccount> -> Microsoft.Bot.Schema.PagedMembersResult
Public Sub New (Optional continuationToken As String = Nothing, Optional members As IList(Of ChannelAccount) = Nothing)

Parameters

continuationToken
String

Paging token.

members
IList<ChannelAccount>

The Channel Accounts.

Applies to