PagedMembersResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.