TournamentService.GetTeamDetailsAsync(String, String, String) Method
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.
Returns a specific tournament object. The tournament ID and the organizer ID together uniquely identify a tournament.
public Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Tournaments.TeamInfo> GetTeamDetailsAsync (string organizerId, string tournamentId, string teamId);
abstract member GetTeamDetailsAsync : string * string * string -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Tournaments.TeamInfo>
override this.GetTeamDetailsAsync : string * string * string -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Tournaments.TeamInfo>
Public Function GetTeamDetailsAsync (organizerId As String, tournamentId As String, teamId As String) As IAsyncOperation(Of TeamInfo)
- organizerId
- String
The ID of the tournament organizer. This is case sensitive.
- tournamentId
- String
The ID of the tournament.
- teamId
- String
The ID of the team.
A specific tournament if they exist.
Returns a concurrency::task{T} object that represents the state of the asynchronous operation. This method calls GET /tournaments/{organizer}/{id}/teams/{teamId}
Proizvod | Verzije |
---|---|
Xbox Live WinRT SDK | 2017.11.20171204.01 |