C# 클래스 Enyim.Caching.Memcached.Protocol.Operation

Base class for implementing operations.
상속: IOperation
파일 보기 프로젝트 열기: couchbaselabs/EnyimMemcached

보호된 메소드들

메소드 설명
GetBuffer ( ) : IList>
Operation ( ) : System
ReadResponse ( PooledSocket socket ) : bool

비공개 메소드들

메소드 설명
IOperation ( ) : IList>
IOperation ( PooledSocket socket ) : bool

메소드 상세

GetBuffer() 보호된 추상적인 메소드

protected abstract GetBuffer ( ) : IList>
리턴 IList>

Operation() 보호된 메소드

protected Operation ( ) : System
리턴 System

ReadResponse() 보호된 추상적인 메소드

protected abstract ReadResponse ( PooledSocket socket ) : bool
socket PooledSocket
리턴 bool