PagedMembersResult Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
PagedMembersResult() | |
PagedMembersResult(String, IList<ChannelAccount>) |
PagedMembersResult()
public PagedMembersResult ();
Public Sub New ()
Dotyczy
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)
Parametry
- continuationToken
- String
- members
- IList<ChannelAccount>