C# Class Couchbase.Operations.GetWithLockOperation

Inheritance: GetOperation, IGetWithLockOperation, IOperationWithState
Show file Open project: FOXITES/couchbase-net-client

Private Properties

Property Type Description

Public Methods

Method Description
GetWithLockOperation ( VBucketNodeLocator locator, string key, uint lockExpiration ) : System

Protected Methods

Method Description
Build ( ) : BinaryRequest

Method Details

Build() protected method

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

GetWithLockOperation() public method

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