Click or drag to resize

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

The IMessage type exposes the following members.

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