Table of Contents

Interface IRateGate

Namespace
Sportradar.LiveData.Sdk.Common.Interfaces
Assembly
Sportradar.LiveData.Sdk.dll
public interface IRateGate : IDisposable
Inherited Members

Properties

Name

string Name { get; }

Property Value

string

Methods

Peek()

TimeSpan Peek()

Returns

TimeSpan

WaitToProceed(int)

void WaitToProceed(int count)

Parameters

count int

WaitToProceed(TimeSpan, int)

bool WaitToProceed(TimeSpan timeout, int count)

Parameters

timeout TimeSpan
count int

Returns

bool