C# 클래스 Enyim.Caching.Memcached.Protocol.Binary.ConcatOperation

Implements append/prepend.
상속: BinarySingleItemOperation, IConcatOperation
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ConcatOperation ( ConcatenationMode mode, string key, ArraySegment data ) : System

보호된 메소드들

메소드 설명
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

메소드 상세

Build() 보호된 메소드

protected Build ( ) : BinaryRequest
리턴 BinaryRequest

ConcatOperation() 공개 메소드

public ConcatOperation ( ConcatenationMode mode, string key, ArraySegment data ) : System
mode ConcatenationMode
key string
data ArraySegment
리턴 System

ProcessResponse() 보호된 메소드

protected ProcessResponse ( BinaryResponse response ) : bool
response BinaryResponse
리턴 bool