Table of Contents

Class ProducerExtensions

Namespace
Sportradar.OddsFeed.SDK.Common.Extensions
Assembly
Sportradar.OddsFeed.SDK.dll

Class defining extension methods for IProducer

public static class ProducerExtensions
Inheritance
ProducerExtensions
Inherited Members

Methods

MaxAfterAge(IProducer)

Returns a TimeSpan specifying the max age of after param when doing a after timestamp recovery

public static TimeSpan MaxAfterAge(this IProducer producer)

Parameters

producer IProducer

The IProducer associated with the after timestamp recovery.

Returns

TimeSpan

A TimeSpan specifying the max age of after param when doing a after timestamp recovery.