Click or drag to resize

OperationManager Class

Defines methods used to get or set various values for sdk operations
Inheritance Hierarchy
SystemObject
  Sportradar.OddsFeed.SDK.CommonOperationManager

Namespace: Sportradar.OddsFeed.SDK.Common
Assembly: Sportradar.OddsFeed.SDK.Common (in Sportradar.OddsFeed.SDK.Common.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public static class OperationManager

The OperationManager type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberFastHttpClientTimeout Gets a timeout for HttpClient for fast api request (in seconds).
Public propertyStatic memberIgnoreBetPalTimelineSportEventStatus Gets a value indicating whether to ignore sport event status from timeline endpoint for sport events on BetPal producer
Public propertyStatic memberIgnoreBetPalTimelineSportEventStatusCacheTimeout Gets the ignore BetPal timeline sport event status cache timeout - how long cache item is cached. How long should the event id from BetPal producer be cached. SportEventStatus from timeline endpoint for these events are ignored.
Public propertyStatic memberMaxConnectionsPerServer Gets the maximum number of concurrent connections (per server endpoint) allowed by an HttpClient object.
Public propertyStatic memberProfileCacheTimeout Gets the competitor/player cache timeout - how long cache item is cached
Public propertyStatic memberRabbitConnectionTimeout Gets a rabbit timeout setting for connection attempts (in seconds).
Public propertyStatic memberRabbitHeartbeat Gets a heartbeat timeout to use when negotiating with the server (in seconds).
Public propertyStatic memberSportEventStatusCacheTimeout Gets the sport event status cache timeout - how long status is cached
Public propertyStatic memberVariantMarketDescriptionCacheTimeout Gets the variant market description cache timeout - how long cache item is cached
Top
Methods
 NameDescription
Public methodStatic memberSetFastHttpClientTimeout Sets a timeout for HttpClient for fast api request (in seconds).
Public methodStatic memberSetIgnoreBetPalTimelineSportEventStatus Sets the value indicating whether to ignore sport event status from timeline endpoint for sport events on BetPal producer
Public methodStatic memberSetIgnoreBetPalTimelineSportEventStatusCacheTimeout Sets the ignore BetPal timeline sport event status cache timeout. How long should the event id from BetPal be cached. SportEventStatus from timeline endpoint for these events are ignored.
Public methodStatic memberSetMaxConnectionsPerServer Sets the maximum number of concurrent connections (per server endpoint) allowed by an HttpClient object.
Public methodStatic memberSetProfileCacheTimeout Sets the profile cache timeout.
Public methodStatic memberSetRabbitConnectionTimeout Sets the rabbit timeout setting for connection attempts (in seconds).
Public methodStatic memberSetRabbitHeartbeat Sets a heartbeat timeout to use when negotiating with the rabbit server (in seconds).
Public methodStatic memberSetSportEventStatusCacheTimeout Sets the sport event status cache timeout
Public methodStatic memberSetVariantMarketDescriptionCacheTimeout Sets the variant market description cache timeout
Top
See Also