C# 클래스 NMemcached.Commands.Misc.QuitCommand

상속: AbstractCommand
파일 보기 프로젝트 열기: hibernating-rhinos/NMemcached 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : void
Init ( string args ) : bool
QuitCommand ( System.Action quitAction ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

Init() 공개 메소드

public Init ( string args ) : bool
args string
리턴 bool

QuitCommand() 공개 메소드

public QuitCommand ( System.Action quitAction ) : System
quitAction System.Action
리턴 System