C# 클래스 OctoTorrent.Client.RateLimiter

상속: IRateLimiter
파일 보기 프로젝트 열기: Eskat0n/OctoTorrent 1 사용 예제들

공개 메소드들

메소드 설명
RateLimiter ( ) : System
TryProcess ( int amount ) : bool
UpdateChunks ( int maxRate, int actualRate ) : void

메소드 상세

RateLimiter() 공개 메소드

public RateLimiter ( ) : System
리턴 System

TryProcess() 공개 메소드

public TryProcess ( int amount ) : bool
amount int
리턴 bool

UpdateChunks() 공개 메소드

public UpdateChunks ( int maxRate, int actualRate ) : void
maxRate int
actualRate int
리턴 void