Click or drag to resize

IReplayResponse Interface

Defines a contract for responses from Replay Server

Namespace: Sportradar.OddsFeed.SDK.API
Assembly: Sportradar.OddsFeed.SDK.API (in Sportradar.OddsFeed.SDK.API.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
public interface IReplayResponse

The IReplayResponse type exposes the following members.

Properties
 NameDescription
Public propertyErrorMessage Gets the error message, if error occurred, otherwise empty
Public propertyMessage Gets the message of the response
Public propertySuccess Gets a value indicating whether this IReplayResponse is success.
Top
See Also