Share via


PagedMembersResult Constructors

Definition

Overloads

PagedMembersResult()
PagedMembersResult(String, IList<ChannelAccount>)

PagedMembersResult()

public PagedMembersResult ();
Public Sub New ()

Applies to

PagedMembersResult(String, IList<ChannelAccount>)

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

Parameters

continuationToken
String

Applies to