C# Class Enyim.Caching.Memcached.Protocol.Binary.DeleteOperation

Inheritance: BinarySingleItemOperation, IDeleteOperation
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Méthodes publiques

Méthode Description
DeleteOperation ( string key ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

Method Details

Build() protected méthode

protected Build ( ) : BinaryRequest
Résultat BinaryRequest

DeleteOperation() public méthode

public DeleteOperation ( string key ) : System.Collections.Generic
key string
Résultat System.Collections.Generic

ProcessResponse() protected méthode

protected ProcessResponse ( BinaryResponse response ) : bool
response BinaryResponse
Résultat bool