C# Class Couchbase.Operations.GetWithLockOperation

Inheritance: GetOperation, IGetWithLockOperation, IOperationWithState
Afficher le fichier Open project: FOXITES/couchbase-net-client

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetWithLockOperation ( VBucketNodeLocator locator, string key, uint lockExpiration ) : System

Méthodes protégées

Méthode Description
Build ( ) : BinaryRequest

Method Details

Build() protected méthode

protected Build ( ) : BinaryRequest
Résultat Enyim.Caching.Memcached.Protocol.Binary.BinaryRequest

GetWithLockOperation() public méthode

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