Interface IBookingManager
- Namespace
- Sportradar.OddsFeed.SDK.Api.Managers
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract for classes implementing booking manager to perform various booking calendar operations
public interface IBookingManager
Methods
BookLiveOddsEvent(Urn)
Books the live odds event associated with the provided Urn identifier
bool BookLiveOddsEvent(Urn eventId)
Parameters
eventIdUrnThe event id
Returns
- bool
trueif event was successfully booked,falseotherwise