Sdílet prostřednictvím


PagedMembersResult Konstruktory

Definice

Přetížení

PagedMembersResult()

Inicializuje novou instanci PagedMembersResult třídy.

PagedMembersResult(String, IList<ChannelAccount>)

Inicializuje novou instanci PagedMembersResult třídy.

PagedMembersResult()

Inicializuje novou instanci PagedMembersResult třídy.

public PagedMembersResult ();
Public Sub New ()

Platí pro

PagedMembersResult(String, IList<ChannelAccount>)

Inicializuje novou instanci PagedMembersResult třídy.

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)

Parametry

continuationToken
String

Token stránkování.

members
IList<ChannelAccount>

Účty kanálu.

Platí pro