Click or drag to resize

ILiveScout Methods

The ILiveScout type exposes the following members.

Methods
 NameDescription
Public methodBookEvents Book the specified events. Booked events cannot be cancelled through this interface.
(Inherited from ILiveFeeds)
Public methodClearState

Clears complete state for this provider, that can otherwise be used in case of feed error recovery which can occur after every feed server reconnect or at initial SDK startup.


(Inherited from ILiveFeeds)
Public methodGetMatchList Request a list of available scout matches for a given time frame. By default only matches you have access to will be sent. You can also request all available matches by setting the include_avail. If this is done the reply will also include matches that are open for booking.
Public methodStart Start component.
(Inherited from IStartable)
Public methodStop Stop / shutdown component.
(Inherited from IStartable)
Public methodSubscribe Subscribe to specified events.
(Inherited from ILiveFeeds)
Public methodSubscribeTest Request a full feed for the match, and then update messages will follow in the same pace as they were sent out live.
Public methodUnsubscribe Unsubscribe from the specified events. After this no more events associated with these event ids will be sent.
(Inherited from ILiveFeeds)
Top
See Also