Click or drag to resize

ILiveScoutOnLineups Event

Player lineups for both teams were received.

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

Value

EventHandlerLineupsEventArgs
Remarks
The event is dispatched immediately after subscribing to a match and every time the lineup changes. XML configuration option "Send lineups for matches where this is available" needs to be activated (currently works just for deep coverage soccer matches).
See Also