C# Class Enyim.Membase.VBucketAwareOperationFactory.VBDelete

Inheritance: DeleteOperation, IOperationWithState
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
VBDelete ( VBucketNodeLocator locator, string key ) : System

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 Enyim.Caching.Memcached.Protocol.Binary.BinaryRequest

ProcessResponse() protected méthode

protected ProcessResponse ( BinaryResponse response ) : bool
response Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse
Résultat bool

VBDelete() public méthode

public VBDelete ( VBucketNodeLocator locator, string key ) : System
locator Enyim.Caching.Memcached.VBucketNodeLocator
key string
Résultat System