Méthode | Description | |
---|---|---|
GetSendDelay ( ) : long | ||
HandleMessageSent ( ) : void | ||
IrcStandardFloodPreventer ( int maxMessageBurst, long counterPeriod ) : System |
Initializes a new instance of the IrcStandardFloodPreventer class.
|
public IrcStandardFloodPreventer ( int maxMessageBurst, long counterPeriod ) : System | ||
maxMessageBurst | int | The maximum number of messages that can be sent in a burst. |
counterPeriod | long | /// The number of milliseconds between each decrement of the message counter. /// |
Résultat | System |