Interface ISnapshotCompleted
- Namespace
- Sportradar.OddsFeed.SDK.Entities
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by messages indicating that all messages from the requested snapshot were send
public interface ISnapshotCompleted : IMessage
- Inherited Members
Properties
RequestId
Get the id of the request which triggered the current ISnapshotCompleted message
long RequestId { get; }