Click or drag to resize

SdkConfigurationMessageDispatcher Class

SDK configuration element where Message Dispatcher settings are specified.
Inheritance Hierarchy
SystemObject
  System.ConfigurationConfigurationElement
    Sportradar.SDK.Services.SdkConfigurationSdkConfigurationMessageDispatcher

Namespace: Sportradar.SDK.Services.SdkConfiguration
Assembly: SdkConfiguration (in SdkConfiguration.dll) Version: 2.28.0.0
Syntax
C#
public class SdkConfigurationMessageDispatcher : ConfigurationElement

The SdkConfigurationMessageDispatcher type exposes the following members.

Properties
 NameDescription
Public propertyCurrentConfigurationGets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.
(Inherited from ConfigurationElement)
Public propertyDispatcherThreadPingTimeout If there is no alive ping received from any of the dispatcher threads in this timeout period, the dispatcher will update its health status to unresponsive. This can be caused by a client handler blocking the dispatcher thread execution.
Public propertyElementInformationGets an ElementInformation object that contains the non-customizable information and functionality of the ConfigurationElement object.
(Inherited from ConfigurationElement)
Public propertyHealthCheckInterval Interval at which dispatcher health status is checked (i.e. whether all dispatcher threads are live and kicking)
Public propertyLockAllAttributesExceptGets the collection of locked attributes.
(Inherited from ConfigurationElement)
Public propertyLockAllElementsExceptGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockAttributesGets the collection of locked attributes
(Inherited from ConfigurationElement)
Public propertyLockElementsGets the collection of locked elements.
(Inherited from ConfigurationElement)
Public propertyLockItemGets or sets a value indicating whether the element is locked.
(Inherited from ConfigurationElement)
Public propertyMaxDispatchEventsPerSecond Limits the rate at which events can be dispatched to client handlers.
Public propertyNumDispatchers Total number of message dispatcher threads
Top
Methods
 NameDescription
Public methodEqualsCompares the current ConfigurationElement instance to the specified object.
(Inherited from ConfigurationElement)
Public methodGetHashCodeGets a unique value representing the current ConfigurationElement instance.
(Inherited from ConfigurationElement)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsReadOnly
(Overrides ConfigurationElementIsReadOnly)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also