Click or drag to resize

IEventChangeManager Interface

Defines a contract implemented by classes capable of getting list of IFixtureChange and/or IResultChange

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 IEventChangeManager

The IEventChangeManager type exposes the following members.

Properties
 NameDescription
Public propertyFixtureChangeInterval Gets the interval for getting new list of fixture changes
Public propertyIsRunning Gets a value indicating whether this instance is running.
Public propertyLastFixtureChange Gets the timestamp of last processed fixture change
Public propertyLastResultChange Gets the timestamp of last processed result change
Public propertyResultChangeInterval Gets the interval for getting new list of result changes
Top
Methods
 NameDescription
Public methodSetFixtureChangeInterval Sets the fixture change interval between two Sports API requests. Must be between 1 min and 12 hours.
Public methodSetFixtureChangeTimestamp Sets the last processed fixture change timestamp.
Public methodSetResultChangeInterval Sets the result change interval between two Sports API requests. Must be between 1 min and 12 hours.
Public methodSetResultChangeTimestamp Sets the last processed result change timestamp.
Public methodStart Starts scheduled job for fetching fixture and result changes
Public methodStop Stops scheduled job for fetching fixture and result changes
Top
Events
 NameDescription
Public eventFixtureChange Raised for IFixtureChange message
Public eventResultChange Raised for IResultChange message
Top
See Also