C# 클래스 Binboo.Core.CommandQueue

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

공개 메소드들

메소드 설명
Add ( IChatMessage command ) : void
CommandQueue ( EventWaitHandle quitEvent ) : System.Collections.Generic
Next ( ) : IChatMessage

메소드 상세

Add() 공개 메소드

public Add ( IChatMessage command ) : void
command IChatMessage
리턴 void

CommandQueue() 공개 메소드

public CommandQueue ( EventWaitHandle quitEvent ) : System.Collections.Generic
quitEvent System.Threading.EventWaitHandle
리턴 System.Collections.Generic

Next() 공개 메소드

public Next ( ) : IChatMessage
리턴 IChatMessage