C# Class Squishy.Irc.ThrottledSendQueue

Afficher le fichier Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Private Properties

Свойство Type Description
DequeueNoitfy void
OnTick void

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears and resets this queue.

Enqueue ( string line ) : void

EnqueueRaw ( string text ) : void

Splits the text by line terminators and enqueues each line as one element.

ThrottledSendQueue ( ) : System

Private Methods

Méthode Description
DequeueNoitfy ( ) : void
OnTick ( object sender, System.Timers.ElapsedEventArgs args ) : void

Method Details

Clear() public méthode

Clears and resets this queue.
public Clear ( ) : void
Résultat void

Enqueue() public méthode

public Enqueue ( string line ) : void
line string
Résultat void

EnqueueRaw() public méthode

Splits the text by line terminators and enqueues each line as one element.
public EnqueueRaw ( string text ) : void
text string
Résultat void

ThrottledSendQueue() public méthode

public ThrottledSendQueue ( ) : System
Résultat System