C# Class Enyim.Caching.Memcached.Protocol.Text.StatsOperation

Inheritance: System.Operation, IStatsOperation
Datei anzeigen Open project: xianrendzw/LightFramework.Net

Private Properties

Property Type Description

Public Methods

Method Description
StatsOperation ( string type ) : System

Protected Methods

Method Description
GetBuffer ( ) : IList>
ReadResponse ( PooledSocket socket ) : bool

Method Details

GetBuffer() protected method

protected GetBuffer ( ) : IList>
return IList>

ReadResponse() protected method

protected ReadResponse ( PooledSocket socket ) : bool
socket PooledSocket
return bool

StatsOperation() public method

public StatsOperation ( string type ) : System
type string
return System