C# Class Couchbase.Operations.ObserveOperation

Inheritance: Operation, IObserveOperation
ファイルを表示 Open project: e-travel/couchbase-net-client

Public Methods

Method Description
ObserveOperation ( string key, int vbucket, ulong cas ) : System

Protected Methods

Method Description
GetBuffer ( ) : IList>
ReadResponse ( PooledSocket socket ) : IOperationResult
ReadResponseAsync ( PooledSocket socket, Action next ) : bool

Method Details

GetBuffer() protected method

protected GetBuffer ( ) : IList>
return IList>

ObserveOperation() public method

public ObserveOperation ( string key, int vbucket, ulong cas ) : System
key string
vbucket int
cas ulong
return System

ReadResponse() protected method

protected ReadResponse ( PooledSocket socket ) : IOperationResult
socket Enyim.Caching.Memcached.PooledSocket
return IOperationResult

ReadResponseAsync() protected method

protected ReadResponseAsync ( PooledSocket socket, Action next ) : bool
socket Enyim.Caching.Memcached.PooledSocket
next Action
return bool