Click or drag to resize

IProducer 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 IProducer

The IProducer type exposes the following members.

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