C# Class NMemcached.Commands.AbstractCommand

Inheritance: NMemcached.Util.CacheMixin, ICommand
Afficher le fichier Open project: hibernating-rhinos/NMemcached

Méthodes publiques

Méthode Description
Execute ( ) : void
Init ( ) : bool
SetContext ( Stream stream ) : void

Méthodes protégées

Méthode 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 méthode

protected ClientError ( string message ) : bool
message string
Résultat bool

Execute() public abstract méthode

public abstract Execute ( ) : void
Résultat void

Init() public abstract méthode

public abstract Init ( ) : bool
Résultat bool

ParseOptionalNoReplyArgument() protected méthode

protected ParseOptionalNoReplyArgument ( string args, int indexOfOptionalArgument, bool &noReply ) : bool
args string
indexOfOptionalArgument int
noReply bool
Résultat bool

RaiseFinishedExecuting() protected méthode

protected RaiseFinishedExecuting ( ) : void
Résultat void

SetContext() public méthode

public SetContext ( Stream stream ) : void
stream Stream
Résultat void

TryParseTime() protected méthode

protected TryParseTime ( string arg, System.DateTime &dateTime ) : bool
arg string
dateTime System.DateTime
Résultat bool