PagedMembersResult コンストラクター

定義

オーバーロード

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

PagedMembersResult()

public PagedMembersResult ();
Public Sub New ()

適用対象

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)

パラメーター

continuationToken
String

適用対象