C# Class NMemcached.Commands.Storage.CasCommand

CAS == Compare and Store
Inheritance: AbstractStoreCommand
Datei anzeigen Open project: hibernating-rhinos/NMemcached Class Usage Examples

Public Methods

Method Description
Init ( string args ) : bool

Protected Methods

Method Description
ExecuteCommand ( ) : void

Method Details

ExecuteCommand() protected method

protected ExecuteCommand ( ) : void
return void

Init() public method

public Init ( string args ) : bool
args string
return bool