C# Class 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.
Show file Open project: pauldendulk/Mapsui

Public Methods

Method Description
Clear ( ) : void
PlusOne ( BruTile.TileIndex index ) : void
ReachedMax ( BruTile.TileIndex index ) : bool
Retries ( int maxRetries ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

PlusOne() public method

public PlusOne ( BruTile.TileIndex index ) : void
index BruTile.TileIndex
return void

ReachedMax() public method

public ReachedMax ( BruTile.TileIndex index ) : bool
index BruTile.TileIndex
return bool

Retries() public method

public Retries ( int maxRetries ) : System
maxRetries int
return System