C# Class Enyim.Caching.Memcached.Protocol.Binary.FlushOperation

Inheritance: BinaryOperation, IFlushOperation
Mostrar archivo Open project: xianrendzw/LightFramework.Net

Public Methods

Method Description
FlushOperation ( ) : System

Protected Methods

Method Description
Build ( ) : BinaryRequest
ReadResponse ( PooledSocket socket ) : bool

Method Details

Build() protected method

protected Build ( ) : BinaryRequest
return BinaryRequest

FlushOperation() public method

public FlushOperation ( ) : System
return System

ReadResponse() protected method

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