Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
OctoTorrent
Client
RateLimiter
C# Class OctoTorrent.Client.RateLimiter
Inheritance:
IRateLimiter
ファイルを表示
Open project: Eskat0n/OctoTorrent
Class Usage Examples
Public Methods
Method
Description
RateLimiter
( ) :
System
TryProcess
(
int
amount
) :
bool
UpdateChunks
(
int
maxRate
,
int
actualRate
) :
void
Method Details
RateLimiter()
public
method
public
RateLimiter
( ) :
System
return
System
TryProcess()
public
method
public
TryProcess
(
int
amount
) :
bool
amount
int
return
bool
UpdateChunks()
public
method
public
UpdateChunks
(
int
maxRate
,
int
actualRate
) :
void
maxRate
int
actualRate
int
return
void