Click or drag to resize

IProducerV1 Interface

Defines a contract for producer which use the feed to dispatch messages

Namespace:  Sportradar.OddsFeed.SDK.Messages
Assembly:  Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.42.0.0 (1.42.0.0)
Syntax
C#
public interface IProducerV1 : IProducer

The IProducerV1 type exposes the following members.

Properties
  NameDescription
Public propertyDescription
Gets the description of the producer
(Inherited from IProducer.)
Public propertyId
Gets the id of the producer
(Inherited from IProducer.)
Public propertyIsAvailable
Gets a value indicating whether the producer is available on feed
(Inherited from IProducer.)
Public propertyIsDisabled
Gets a value indicating whether the producer is disabled
(Inherited from IProducer.)
Public propertyIsProducerDown
Gets a value indicating whether the producer is marked as down
(Inherited from IProducer.)
Public propertyLastTimestampBeforeDisconnect
Gets the last timestamp before disconnect for this producer
(Inherited from IProducer.)
Public propertyMaxInactivitySeconds
Gets the maximum inactivity seconds
(Inherited from IProducer.)
Public propertyMaxRecoveryTime
Gets the maximum recovery time
(Inherited from IProducer.)
Public propertyName
Gets the name of the producer
(Inherited from IProducer.)
Public propertyRecoveryInfo
Gets the recovery info about last recovery attempt
Public propertyTimeOfLastAlive Obsolete.
Gets the time of last alive message received from feed
(Inherited from IProducer.)
Top
See Also