Edit

Share via


TeamRequestResult Class

Definition

Represents a collection of TeamInfo class objects returned by a request.

[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class TeamRequestResult
type TeamRequestResult = class
    interface __ITeamRequestResultPublicNonVirtuals
Public NotInheritable Class TeamRequestResult
Inheritance
TeamRequestResult
Attributes
Windows.Foundation.Metadata.MarshalingBehaviorAttribute Windows.Foundation.Metadata.ThreadingAttribute Windows.Foundation.Metadata.VersionAttribute

Properties

HasNext

Returns a boolean value that indicates if there are more pages of teams to retrieve.

Teams

A collection of TeamInfo objects returned by a request.

Methods

GetNextAsync()

Returns an TeamRequestResult object that contains the next page of Tournament.

Applies to