C# 클래스 Ketchup.Protocol.Commands.DeleteCommand

상속: ICommand
파일 보기 프로젝트 열기: jasonsirota/Ketchup

공개 메소드들

메소드 설명
Delete ( ) : Bucket
DeleteCommand ( Bucket bucket, string key ) : System
Process ( byte response, object command ) : void

메소드 상세

Delete() 공개 메소드

public Delete ( ) : Bucket
리턴 Bucket

DeleteCommand() 공개 메소드

public DeleteCommand ( Bucket bucket, string key ) : System
bucket Bucket
key string
리턴 System

Process() 공개 메소드

public Process ( byte response, object command ) : void
response byte
command object
리턴 void