C# Class NMemcached.Commands.Misc.QuitCommand

Inheritance: AbstractCommand
Afficher le fichier Open project: hibernating-rhinos/NMemcached Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( ) : void
Init ( string args ) : bool
QuitCommand ( System.Action quitAction ) : System

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

Init() public méthode

public Init ( string args ) : bool
args string
Résultat bool

QuitCommand() public méthode

public QuitCommand ( System.Action quitAction ) : System
quitAction System.Action
Résultat System