C# Class NMemcached.Commands.Misc.QuitCommand

Inheritance: AbstractCommand
Datei anzeigen Open project: hibernating-rhinos/NMemcached Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
Init ( string args ) : bool
QuitCommand ( System.Action quitAction ) : System

Method Details

Execute() public method

public Execute ( ) : void
return void

Init() public method

public Init ( string args ) : bool
args string
return bool

QuitCommand() public method

public QuitCommand ( System.Action quitAction ) : System
quitAction System.Action
return System