C# 클래스 Couchbase.Operations.ObserveOperation

상속: Operation, IObserveOperation
파일 보기 프로젝트 열기: e-travel/couchbase-net-client

공개 메소드들

메소드 설명
ObserveOperation ( string key, int vbucket, ulong cas ) : System

보호된 메소드들

메소드 설명
GetBuffer ( ) : IList>
ReadResponse ( PooledSocket socket ) : IOperationResult
ReadResponseAsync ( PooledSocket socket, Action next ) : bool

메소드 상세

GetBuffer() 보호된 메소드

protected GetBuffer ( ) : IList>
리턴 IList>

ObserveOperation() 공개 메소드

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

ReadResponse() 보호된 메소드

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

ReadResponseAsync() 보호된 메소드

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