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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MutatorOperation ( MutationMode mode, string key, ulong defaultValue, ulong delta, uint expires ) : System

보호된 메소드들

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

메소드 상세

Build() 보호된 메소드

protected Build ( ) : BinaryRequest
리턴 BinaryRequest

MutatorOperation() 공개 메소드

public MutatorOperation ( MutationMode mode, string key, ulong defaultValue, ulong delta, uint expires ) : System
mode MutationMode
key string
defaultValue ulong
delta ulong
expires uint
리턴 System

ProcessResponse() 보호된 메소드

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

UpdateExtra() 보호된 메소드

protected UpdateExtra ( BinaryRequest request ) : void
request BinaryRequest
리턴 void