C# Class NMemcached.Commands.AbstractCommand

Inheritance: NMemcached.Util.CacheMixin, ICommand
Exibir arquivo Open project: hibernating-rhinos/NMemcached

Public Methods

Method Description
Execute ( ) : void
Init ( ) : bool
SetContext ( Stream stream ) : void

Protected Methods

Method Description
ClientError ( string message ) : bool
ParseOptionalNoReplyArgument ( string args, int indexOfOptionalArgument, bool &noReply ) : bool
RaiseFinishedExecuting ( ) : void
TryParseTime ( string arg, System.DateTime &dateTime ) : bool

Method Details

ClientError() protected method

protected ClientError ( string message ) : bool
message string
return bool

Execute() public abstract method

public abstract Execute ( ) : void
return void

Init() public abstract method

public abstract Init ( ) : bool
return bool

ParseOptionalNoReplyArgument() protected method

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

RaiseFinishedExecuting() protected method

protected RaiseFinishedExecuting ( ) : void
return void

SetContext() public method

public SetContext ( Stream stream ) : void
stream Stream
return void

TryParseTime() protected method

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