C# Class Binboo.Core.CommandQueue

Show file 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