C# 클래스 NMemcached.Commands.AbstractCommand

상속: NMemcached.Util.CacheMixin, ICommand
파일 보기 프로젝트 열기: hibernating-rhinos/NMemcached

공개 메소드들

메소드 설명
Execute ( ) : void
Init ( ) : bool
SetContext ( Stream stream ) : void

보호된 메소드들

메소드 설명
ClientError ( string message ) : bool
ParseOptionalNoReplyArgument ( string args, int indexOfOptionalArgument, bool &noReply ) : bool
RaiseFinishedExecuting ( ) : void
TryParseTime ( string arg, System.DateTime &dateTime ) : bool

메소드 상세

ClientError() 보호된 메소드

protected ClientError ( string message ) : bool
message string
리턴 bool

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void

Init() 공개 추상적인 메소드

public abstract Init ( ) : bool
리턴 bool

ParseOptionalNoReplyArgument() 보호된 메소드

protected ParseOptionalNoReplyArgument ( string args, int indexOfOptionalArgument, bool &noReply ) : bool
args string
indexOfOptionalArgument int
noReply bool
리턴 bool

RaiseFinishedExecuting() 보호된 메소드

protected RaiseFinishedExecuting ( ) : void
리턴 void

SetContext() 공개 메소드

public SetContext ( Stream stream ) : void
stream Stream
리턴 void

TryParseTime() 보호된 메소드

protected TryParseTime ( string arg, System.DateTime &dateTime ) : bool
arg string
dateTime System.DateTime
리턴 bool