Table of Contents

Class MatchListEventArgs

Namespace
Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Events
Assembly
Sportradar.LiveData.Sdk.dll

Event arguments passed with OnMatchList.

[Serializable]
public class MatchListEventArgs : EventArgs
Inheritance
MatchListEventArgs
Inherited Members

Properties

MatchList

List of match infos

public MatchUpdate[] MatchList { get; }

Property Value

MatchUpdate[]

WasRequested

Is the event a reply for something we asked for? true when yes; false else (when some schedule was changed and we get this)

public bool WasRequested { get; }

Property Value

bool