C# Class Ketchup.Protocol.Commands.DeleteCommand

Inheritance: ICommand
Show file Open project: jasonsirota/Ketchup

Public Methods

Method Description
Delete ( ) : Bucket
DeleteCommand ( Bucket bucket, string key ) : System
Process ( byte response, object command ) : void

Method Details

Delete() public method

public Delete ( ) : Bucket
return Bucket

DeleteCommand() public method

public DeleteCommand ( Bucket bucket, string key ) : System
bucket Bucket
key string
return System

Process() public method

public Process ( byte response, object command ) : void
response byte
command object
return void