C# Class NMemcached.Commands.Modifications.AbstractArithmeticOperation

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

Méthodes publiques

Méthode Description
Execute ( ) : void
Init ( string args ) : bool

Méthodes protégées

Méthode Description
ArithmeticOperation ( ulong cachedValue ) : ulong

Method Details

ArithmeticOperation() protected abstract méthode

protected abstract ArithmeticOperation ( ulong cachedValue ) : ulong
cachedValue ulong
Résultat ulong

Execute() public méthode

public Execute ( ) : void
Résultat void

Init() public méthode

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