Click or drag to resize

SnapshotCompleteEventArgsGetSnapshotCompleted Method

Gets the ISnapshotCompleted implementation representing the received snapshot_complete message

Namespace: Sportradar.OddsFeed.SDK.API.EventArguments
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public ISnapshotCompleted GetSnapshotCompleted()

Return Value

ISnapshotCompleted
A ISnapshotCompleted representing the received snapshot_complete message
See Also