Click or drag to resize

IMessageV1 Interface

Defines a contract followed by all top-level messages produced by the feed

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 IMessageV1 : IMessage

The IMessageV1 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)
Public propertyTimestamps Gets the timestamps when the message was generated, sent, received and dispatched by the sdk
Top
See Also