C# Class Ketchup.Protocol.Commands.DeleteCommand

Inheritance: ICommand
Afficher le fichier Open project: jasonsirota/Ketchup

Méthodes publiques

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

Method Details

Delete() public méthode

public Delete ( ) : Bucket
Résultat Bucket

DeleteCommand() public méthode

public DeleteCommand ( Bucket bucket, string key ) : System
bucket Bucket
key string
Résultat System

Process() public méthode

public Process ( byte response, object command ) : void
response byte
command object
Résultat void