Click or drag to resize

ISnapshotCompleted Interface

Defines a contract implemented by messages indicating that all messages from the requested snapshot were send

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

The ISnapshotCompleted 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 propertyRequestId Get the id of the request which triggered the current ISnapshotCompleted message
Public propertyTimestampObsolete.
Gets the value specifying when the message was generated in the milliseconds since EPOCH UTC
(Inherited from IMessage)
Top
See Also