Table of Contents

Class ScoutInfoEventArgs

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

Event arguments passed with OnScoutInfo.

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

Properties

MatchId

Match id

public long MatchId { get; }

Property Value

long

ScoutInfos

Basic information about the match

public ScoutInfo[] ScoutInfos { get; }

Property Value

ScoutInfo[]