Show / Hide Table of Contents

Class TournamentStubV4Endpoints

TournamentStubV4 endpoints. This class is automatically generated.

Official API Reference https://developer.riotgames.com/api-methods/#tournament-stub-v4

Inheritance
System.Object
Endpoints
TournamentStubV4Endpoints
Inherited Members
Endpoints.QUERY_PARAMS_EMPTY
Endpoints.RiotApi
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: MingweiSamuel.Camille
Assembly: Camille.dll
Syntax
public class TournamentStubV4Endpoints : Endpoints

Methods

| Improve this Doc View Source

GetLobbyEventsByCode(Region, String, Nullable<CancellationToken>)

Gets a mock list of lobby events by tournament code.

Official API Reference: https://developer.riotgames.com/api-methods/#tournament-stub-v4/GET_getLobbyEventsByCode

Declaration
public LobbyEventWrapper GetLobbyEventsByCode(Region region, string tournamentCode, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String tournamentCode

The short code to look up lobby events for (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

A cancellation token that can be used to cancel this task.

Returns
Type Description
LobbyEventWrapper
| Improve this Doc View Source

GetLobbyEventsByCodeAsync(Region, String, Nullable<CancellationToken>)

Gets a mock list of lobby events by tournament code.

Official API Reference: https://developer.riotgames.com/api-methods/#tournament-stub-v4/GET_getLobbyEventsByCode

Declaration
public Task<LobbyEventWrapper> GetLobbyEventsByCodeAsync(Region region, string tournamentCode, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.String tournamentCode

The short code to look up lobby events for (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

A cancellation token that can be used to cancel this task.

Returns
Type Description
System.Threading.Tasks.Task<LobbyEventWrapper>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX