Click or drag to resize

ErrorManagerWithOutrights Class

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

Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.InternalErrorManagerBase
    Sportradar.SDK.FeedProviders.LiveOdds.InternalErrorManagerWithOutrights

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

The ErrorManagerWithOutrights type exposes the following members.

Constructors
 NameDescription
Public methodErrorManagerWithOutrightsInitializes a new instance of the ErrorManagerWithOutrights 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