C# 클래스 HuxBot.SendQueue

파일 보기 프로젝트 열기: HaxtonFale/HuxBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
UserQueue ConcurrentQueue
Users User>.Dictionary
shouldRun bool

공개 메소드들

메소드 설명
Add ( string username, string request ) : void
SendQueue ( IRCBot launcher ) : System.Collections.Concurrent
Start ( ) : void
WorkerTick ( object sender ) : void

메소드 상세

Add() 공개 메소드

public Add ( string username, string request ) : void
username string
request string
리턴 void

SendQueue() 공개 메소드

public SendQueue ( IRCBot launcher ) : System.Collections.Concurrent
launcher IRCBot
리턴 System.Collections.Concurrent

Start() 공개 메소드

public Start ( ) : void
리턴 void

WorkerTick() 공개 메소드

public WorkerTick ( object sender ) : void
sender object
리턴 void

프로퍼티 상세

UserQueue 공개적으로 프로퍼티

public ConcurrentQueue UserQueue
리턴 ConcurrentQueue

Users 공개적으로 프로퍼티

public Dictionary Users
리턴 User>.Dictionary

shouldRun 공개적으로 프로퍼티

public bool shouldRun
리턴 bool