C# 클래스 Squishy.Irc.ThrottledSendQueue

파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DequeueNoitfy void
OnTick void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
DequeueNoitfy ( ) : void
OnTick ( object sender, System.Timers.ElapsedEventArgs args ) : void

메소드 상세

Clear() 공개 메소드

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

Enqueue() 공개 메소드

public Enqueue ( string line ) : void
line string
리턴 void

EnqueueRaw() 공개 메소드

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

ThrottledSendQueue() 공개 메소드

public ThrottledSendQueue ( ) : System
리턴 System