Свойство | Тип | Описание | |
---|---|---|---|
TournamentCodeDetail | System |
Метод | Описание | |
---|---|---|
Get ( string tournamentCode ) : |
Returns the tournament code object associated with a tournament code string.
|
|
GetAsync ( string tournamentCode ) : Task |
Returns the tournament code object associated with a tournament code string asynchronously.
|
|
Update ( List |
Update the pick type, map, spectator type, or allowed summoners for a code.
|
|
UpdateAsync ( List |
Update the pick type, map, spectator type, or allowed summoners for a code asynchronously.
|
Метод | Описание | |
---|---|---|
TournamentCodeDetail ( ) : System |
public static Get ( string tournamentCode ) : |
||
tournamentCode | string | The tournament code. |
Результат |
public static GetAsync ( string tournamentCode ) : Task |
||
tournamentCode | string | The tournament code. |
Результат | Task |
public Update ( List |
||
allowedSummonerIds | List |
Comma separated list of summoner Ids. |
spectatorType | TournamentSpectatorType | The spectator type. |
pickType | TournamentPickType | The pick type. |
mapType | TournamentMapType | The map type. |
Результат | bool |
public UpdateAsync ( List |
||
allowedSummonerIds | List |
Comma separated list of summoner Ids. |
spectatorType | TournamentSpectatorType | The spectator type. |
pickType | TournamentPickType | The pick type. |
mapType | TournamentMapType | The map type. |
Результат | Task |