Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Binboo
Core
CommandQueue
C# Class Binboo.Core.CommandQueue
Datei anzeigen
Open project: adrianoc/binboo
Class Usage Examples
Public Methods
Method
Description
Add
(
IChatMessage
command
) :
void
CommandQueue
(
EventWaitHandle
quitEvent
) :
System.Collections.Generic
Next
( ) :
IChatMessage
Method Details
Add()
public
method
public
Add
(
IChatMessage
command
) :
void
command
IChatMessage
return
void
CommandQueue()
public
method
public
CommandQueue
(
EventWaitHandle
quitEvent
) :
System.Collections.Generic
quitEvent
System.Threading.EventWaitHandle
return
System.Collections.Generic
Next()
public
method
public
Next
( ) :
IChatMessage
return
IChatMessage