Click or drag to resize

FeedMessage Properties

The FeedMessage type exposes the following members.

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
See Also