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

상속: BinarySingleItemOperation, IGetOperation
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetOperation ( string key ) : System.Collections.Generic

보호된 메소드들

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

메소드 상세

Build() 보호된 메소드

protected Build ( ) : BinaryRequest
리턴 BinaryRequest

GetOperation() 공개 메소드

public GetOperation ( string key ) : System.Collections.Generic
key string
리턴 System.Collections.Generic

ProcessResponse() 보호된 메소드

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