Show / Hide Table of Contents

Class LolStatusV3Endpoints

LolStatusV3 endpoints. This class is automatically generated.

Official API Reference https://developer.riotgames.com/api-methods/#lol-status-v3

Inheritance
System.Object
Endpoints
LolStatusV3Endpoints
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 LolStatusV3Endpoints : Endpoints

Methods

| Improve this Doc View Source

GetShardData(Region, Nullable<CancellationToken>)

Get League of Legends status for the given shard.

Rate Limit Notes

Requests to this API are not counted against the application Rate Limits.

Official API Reference: https://developer.riotgames.com/api-methods/#lol-status-v3/GET_getShardData

Declaration
public ShardStatus GetShardData(Region region, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

Returns
Type Description
ShardStatus
| Improve this Doc View Source

GetShardDataAsync(Region, Nullable<CancellationToken>)

Get League of Legends status for the given shard.

Rate Limit Notes

Requests to this API are not counted against the application Rate Limits.

Official API Reference: https://developer.riotgames.com/api-methods/#lol-status-v3/GET_getShardData

Declaration
public Task<ShardStatus> GetShardDataAsync(Region region, CancellationToken? cancellationToken = default(CancellationToken? ))
Parameters
Type Name Description
Region region

Region to query.

System.Nullable<System.Threading.CancellationToken> cancellationToken

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

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