PagedMembersResult Constructors
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.
PagedMembersResult() |
Initializes a new instance of PagedMembersResult. |
PagedMembersResult(String, IList<ChannelAccount>) |
Initializes a new instance of PagedMembersResult. |
Initializes a new instance of PagedMembersResult.
C#
public PagedMembersResult();
Public Sub New ()
Applies to
Microsoft 365 Agents SDK .NET 1
Product | Versions |
---|---|
Microsoft 365 Agents SDK .NET | 1 |
Initializes a new instance of PagedMembersResult.
C#
public PagedMembersResult(string continuationToken = default, System.Collections.Generic.IList<Microsoft.Agents.Protocols.Primitives.ChannelAccount> members = default);
new Microsoft.Agents.Protocols.Primitives.PagedMembersResult : string * System.Collections.Generic.IList<Microsoft.Agents.Protocols.Primitives.ChannelAccount> -> Microsoft.Agents.Protocols.Primitives.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.
Applies to
Microsoft 365 Agents SDK .NET 1
Product | Versions |
---|---|
Microsoft 365 Agents SDK .NET | 1 |