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
m
Utils
LeakyBucket
C# Class m.Utils.LeakyBucket
ファイルを表示
Open project: joongonn/mHttp
Class Usage Examples
Public Methods
Method
Description
Fill
(
int
amount
) :
bool
Leak
( ) :
void
LeakyBucket
(
int
capacity
,
int
leaksPerSecond
) :
System
Method Details
Fill()
public
method
public
Fill
(
int
amount
) :
bool
amount
int
return
bool
Leak()
public
method
public
Leak
( ) :
void
return
void
LeakyBucket()
public
method
public
LeakyBucket
(
int
capacity
,
int
leaksPerSecond
) :
System
capacity
int
leaksPerSecond
int
return
System