Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
NMemcached
Commands
Modifications
AbstractArithmeticOperation
C# Class NMemcached.Commands.Modifications.AbstractArithmeticOperation
Inheritance:
AbstractCommand
Datei anzeigen
Open project: hibernating-rhinos/NMemcached
Public Methods
Method
Description
Execute
( ) :
void
Init
(
string
args
) :
bool
Protected Methods
Method
Description
ArithmeticOperation
(
ulong
cachedValue
) :
ulong
Method Details
ArithmeticOperation()
protected
abstract
method
protected
abstract
ArithmeticOperation
(
ulong
cachedValue
) :
ulong
cachedValue
ulong
return
ulong
Execute()
public
method
public
Execute
( ) :
void
return
void
Init()
public
method
public
Init
(
string
args
) :
bool
args
string
return
bool