Edit

Share via


TournamentRequestResult Class

Definition

Represents a collection of Tournament 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 TournamentRequestResult
type TournamentRequestResult = class
    interface __ITournamentRequestResultPublicNonVirtuals
Public NotInheritable Class TournamentRequestResult
Inheritance
TournamentRequestResult
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 Tournaments to retrieve.

Tournaments

The collection of tournament objects returned by a request.

Methods

GetNextAsync()

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

Applies to