Table of Contents

Class MatchStopEventArgs

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

Event arguments passed with OnMatchStop.

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

Properties

MatchId

Match id

public long MatchId { get; }

Property Value

long

Reason

Reason could be a match subscription failure or client unsubscribing from a match.

public string Reason { get; }

Property Value

string