C# Class Couchbase.Operations.UnlockOperation

Inheritance: Enyim.Caching.Memcached.Protocol.Binary.BinarySingleItemOperation, IUnlockOperation, IOperationWithState
Afficher le fichier Open project: FOXITES/couchbase-net-client

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
UnlockOperation ( VBucketNodeLocator locator, string key, ulong cas ) : 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

UnlockOperation() public méthode

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