C# 클래스 Enyim.Caching.Memcached.Protocol.Text.StatsOperation

상속: System.Operation, IStatsOperation
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StatsOperation ( string type ) : System

보호된 메소드들

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

메소드 상세

GetBuffer() 보호된 메소드

protected GetBuffer ( ) : IList>
리턴 IList>

ReadResponse() 보호된 메소드

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

StatsOperation() 공개 메소드

public StatsOperation ( string type ) : System
type string
리턴 System