C# Класс Mapsui.Fetcher.TileFetcher.Retries

Keeps track of retries per tile. This class doesn't do much interesting work but makes the rest of the code a bit easier to read.
Показать файл Открыть проект

Открытые методы

Метод Описание
Clear ( ) : void
PlusOne ( BruTile.TileIndex index ) : void
ReachedMax ( BruTile.TileIndex index ) : bool
Retries ( int maxRetries ) : System

Описание методов

Clear() публичный Метод

public Clear ( ) : void
Результат void

PlusOne() публичный Метод

public PlusOne ( BruTile.TileIndex index ) : void
index BruTile.TileIndex
Результат void

ReachedMax() публичный Метод

public ReachedMax ( BruTile.TileIndex index ) : bool
index BruTile.TileIndex
Результат bool

Retries() публичный Метод

public Retries ( int maxRetries ) : System
maxRetries int
Результат System