Click or drag to resize

ErrorManager Class

Handles the complete LiveOdds error-recovery algorithm using (minimal amount of) "current" requests. For virtual games there are more instances with each one handling one game.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.InternalErrorManagerBase
    Sportradar.SDK.FeedProviders.LiveOdds.InternalErrorManager

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Internal
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public class ErrorManager : ErrorManagerBase

The ErrorManager type exposes the following members.

Constructors
 NameDescription
Public methodErrorManagerInitializes a new instance of the ErrorManager class
Top
Properties
 NameDescription
Public propertyIsConnectionStable Gets a value indicating whether the connection to feed server is stable
(Inherited from ErrorManagerBase)
Top
Methods
 NameDescription
Public methodDisable Disables (stops) the current ErrorManagerBase instance
(Inherited from ErrorManagerBase)
Public methodEnable Enables (starts) the current ErrorManagerBase instance
(Inherited from ErrorManagerBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRegisterMessageDispatcher Registers a IMessageDispatcher used to dispatch events
(Inherited from ErrorManagerBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also