Click or drag to resize

IProducerStatusChange Interface

Defines a contract implemented by messages indicating that a producer status changed to down or up

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IProducerStatusChange : IMessage

The IProducerStatusChange type exposes the following members.

Properties
 NameDescription
Public propertyProducer Gets a Producer specifying the producer / service which dispatched the current IMessage message
(Inherited from IMessage)
Public propertyTimestampObsolete.
Gets the value specifying when the message was generated in the milliseconds since EPOCH UTC
(Inherited from IMessage)
Top
See Also