Edit

Share via


TournamentRequestResult.GetNextAsync Method

Definition

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

public Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Tournaments.TournamentRequestResult> GetNextAsync ();
abstract member GetNextAsync : unit -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Tournaments.TournamentRequestResult>
override this.GetNextAsync : unit -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Tournaments.TournamentRequestResult>
Public Function GetNextAsync () As IAsyncOperation(Of TournamentRequestResult)

Returns

Windows.Foundation.IAsyncOperation<TournamentRequestResult>

An TournamentRequestResult object that contains a list of tournament objects.

Implements

Microsoft.Xbox.Services.Tournaments.__ITournamentRequestResultPublicNonVirtuals.GetNextAsync

Remarks

Returns a concurrency::task{T} object that represents the state of the asynchronous operation.

Applies to