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.
파일 보기 프로젝트 열기: pauldendulk/Mapsui

공개 메소드들

메소드 설명
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