C# Class Enyim.Membase.VBucketAwareOperationFactory.VBDelete

Inheritance: DeleteOperation, IOperationWithState
Show file Open project: xianrendzw/LightFramework.Net

Private Properties

Property Type Description

Public Methods

Method Description
VBDelete ( VBucketNodeLocator locator, string key ) : System

Protected Methods

Method Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

Method Details

Build() protected method

protected Build ( ) : BinaryRequest
return Enyim.Caching.Memcached.Protocol.Binary.BinaryRequest

ProcessResponse() protected method

protected ProcessResponse ( BinaryResponse response ) : bool
response Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse
return bool

VBDelete() public method

public VBDelete ( VBucketNodeLocator locator, string key ) : System
locator Enyim.Caching.Memcached.VBucketNodeLocator
key string
return System