Click or drag to resize

ILiveScoutOnMatchStop Event

Reply sent after client unsubscribed from a match. It could also be sent if match subscription failed for any reason (e.g. too many match subscriptions).

Namespace: Sportradar.SDK.FeedProviders.LiveScout
Assembly: LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
event EventHandler<MatchStopEventArgs> OnMatchStop

Value

EventHandlerMatchStopEventArgs
See Also