Class MatchStop
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
- Assembly
- Sportradar.LiveData.Sdk.dll
Reply sent when a client unsubscribes from a match or when a match subscription failed.
[Serializable]
public class MatchStop : ScoutEntityBase
- Inheritance
-
MatchStop
- Inherited Members
Properties
MatchId
Match id
public long MatchId { get; }
Property Value
Reason
Reason for match subscription failure or notification that un-subscription was successful.
public string Reason { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.