Show / Hide Table of Contents

Class TournamentLobbyEvent

Represents a tournament lobby event in the Riot tournament API.

Inheritance
System.Object
TournamentLobbyEvent
Namespace:RiotSharp.TournamentEndpoint
Assembly:RiotSharp.dll
Syntax
public class TournamentLobbyEvent : object

Properties

EventType

The type of event that was triggered

Declaration
public TournamentEventType EventType { get; set; }
Property Value
Type Description
TournamentEventType

SummonerId

The summoner that triggered the event

Declaration
public long SummonerId { get; set; }
Property Value
Type Description
System.Int64

Timestamp

Timestamp from the event

Declaration
public DateTime Timestamp { get; set; }
Property Value
Type Description
DateTime
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX