Show / Hide Table of Contents

Class ValStatusV1Endpoints

ValStatusV1 endpoints. This class is automatically generated.

Official API Reference https://developer.riotgames.com/api-methods/#val-status-v1

Inheritance
System.Object
Endpoints
ValStatusV1Endpoints
Inherited Members
Endpoints.base
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Camille.RiotGames
Assembly: Camille.RiotGames.dll
Syntax
public class ValStatusV1Endpoints : Endpoints

Methods

| Improve this Doc View Source

GetPlatformData(ValPlatformRoute, Nullable<CancellationToken>)

Get VALORANT status for the given platform. Official API Reference: https://developer.riotgames.com/api-methods/#val-status-v1/GET_getPlatformData

Declaration
public PlatformData GetPlatformData(ValPlatformRoute route, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
ValPlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
PlatformData
| Improve this Doc View Source

GetPlatformDataAsync(ValPlatformRoute, Nullable<CancellationToken>)

Get VALORANT status for the given platform. Official API Reference: https://developer.riotgames.com/api-methods/#val-status-v1/GET_getPlatformData

Declaration
public Task<PlatformData> GetPlatformDataAsync(ValPlatformRoute route, CancellationToken? cancellationToken = null)
Parameters
Type Name Description
ValPlatformRoute route

Route to query. Corresponds to a Riot API subdomain for a region or platform. (required)

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

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