C# Class Couchbase.Operations.UnlockOperation

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

Private Properties

Property Type Description

Public Methods

Method Description
UnlockOperation ( VBucketNodeLocator locator, string key, ulong cas ) : System

Protected Methods

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

Method Details

Build() protected method

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

ProcessResponse() protected method

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

UnlockOperation() public method

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