C# Class Couchbase.VBucketAwareOperationFactory.VBGet

Inheritance: GetOperation, IOperationWithState
Afficher le fichier Open project: e-travel/couchbase-net-client

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

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

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 ) : IOperationResult
response Enyim.Caching.Memcached.Protocol.Binary.BinaryResponse
Résultat IOperationResult

VBGet() public méthode

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