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

파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Cas ulong
CorrelationId int
Data ArraySegment
Extra ArraySegment
Key string
Operation OpCode
Reserved ushort

공개 메소드들

메소드 설명
BinaryRequest ( OpCode operation ) : System
CreateBuffer ( ) : IList>
CreateBuffer ( IList appendTo ) : IList>

메소드 상세

BinaryRequest() 공개 메소드

public BinaryRequest ( OpCode operation ) : System
operation OpCode
리턴 System

CreateBuffer() 공개 메소드

public CreateBuffer ( ) : IList>
리턴 IList>

CreateBuffer() 공개 메소드

public CreateBuffer ( IList appendTo ) : IList>
appendTo IList
리턴 IList>

프로퍼티 상세

Cas 공개적으로 프로퍼티

public ulong Cas
리턴 ulong

CorrelationId 공개적으로 프로퍼티

public int CorrelationId
리턴 int

Data 공개적으로 프로퍼티

public ArraySegment Data
리턴 ArraySegment

Extra 공개적으로 프로퍼티

public ArraySegment Extra
리턴 ArraySegment

Key 공개적으로 프로퍼티

public string Key
리턴 string

Operation 공개적으로 프로퍼티

public OpCode Operation
리턴 OpCode

Reserved 공개적으로 프로퍼티

public ushort Reserved
리턴 ushort