Click or drag to resize

ILiveFeedsLastServerMessage Property

Get time when the last message from the server was received. This includes alive messages that are periodically sent.

Namespace: Sportradar.SDK.FeedProviders.Common
Assembly: FeedProviderCommon (in FeedProviderCommon.dll) Version: 2.28.0.0
Syntax
C#
DateTime LastServerMessage { get; }

Property Value

DateTime
Remarks
Time is in UTC according to the local computer or DateTime.MinValue if no message was received yet in this session. A too old value might indicate a problem. Notice that you should not check against this value and disconnect manually MaxTimeSkew setting is meant for that.
See Also