C# Class Squishy.Irc.ThrottledSendQueue

显示文件 Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Private Properties

Property Type Description
DequeueNoitfy void
OnTick void

Public Methods

Method 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

Method Description
DequeueNoitfy ( ) : void
OnTick ( object sender, System.Timers.ElapsedEventArgs args ) : void

Method Details

Clear() public method

Clears and resets this queue.
public Clear ( ) : void
return void

Enqueue() public method

public Enqueue ( string line ) : void
line string
return void

EnqueueRaw() public method

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

ThrottledSendQueue() public method

public ThrottledSendQueue ( ) : System
return System