Click or drag to resize

FeedMessage Class

Represents a base class for messages received from the feed
Inheritance Hierarchy
SystemObject
  Sportradar.OddsFeed.SDK.Messages.FeedFeedMessage
    More

Namespace: Sportradar.OddsFeed.SDK.Messages.Feed
Assembly: Sportradar.OddsFeed.SDK.Messages (in Sportradar.OddsFeed.SDK.Messages.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public abstract class FeedMessage

The FeedMessage type exposes the following members.

Constructors
 NameDescription
Protected methodFeedMessageInitializes a new instance of the FeedMessage class
Top
Properties
 NameDescription
Public propertyEventId When overridden in derived class it gets the event identifier.
Public propertyEventURN When overridden in derived class, it gets a URN specifying the id of the associated sport event
Public propertyGeneratedAt Gets the timestamp of when the message was generated
Public propertyIsEventRelated When overridden in derived class, it gets a value indicating whether the current FeedMessage instance is related to sport event
Public propertyIsStateful When override in derived class, it gets a value indicating whether current message is state-ful
Public propertyName When overridden in derived class, gets the name of the current message
Public propertyProducerId When overridden in derived class, it gets a value indicating the producer associated with current FeedMessage
Public propertyReceivedAt Gets the timestamp of when the message was received (picked up) by the sdk
Public propertyRequestId Gets a value specified when making a request which generated this message, or null reference if this messages is not resulted with the request
Public propertyRequestIdUsage When overridden in derived class, it gets a value specifying the usage requirements of the RequestId property
Public propertySentAt Gets the timestamp of when the message was sent
Public propertySportId Gets or sets a URN representing the id of the sport associated with the current FeedMessage instance
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
See Also
Inheritance Hierarchy