Click or drag to resize

ErrorManagerBase Class

[Missing <summary> documentation for "T:Sportradar.SDK.FeedProviders.LiveOdds.Internal.ErrorManagerBase"]

Inheritance Hierarchy

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

The ErrorManagerBase type exposes the following members.

Properties
 NameDescription
Public propertyIsConnectionStable Gets a value indicating whether the connection to feed server is stable
Top
Methods
 NameDescription
Public methodDisable Disables (stops) the current ErrorManagerBase instance
Public methodEnable Enables (starts) the current ErrorManagerBase instance
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
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also