C# 클래스 Enyim.Caching.Memcached.Protocol.Text.GetResponse

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

공개 프로퍼티들

프로퍼티 타입 설명
CasValue ulong
Item CacheItem
Key string

공개 메소드들

메소드 설명
GetResponse ( string key, ushort flags, ulong casValue, byte data ) : System
GetResponse ( string key, ushort flags, ulong casValue, byte data, int offset, int count ) : System

비공개 메소드들

메소드 설명
GetResponse ( ) : System

메소드 상세

GetResponse() 공개 메소드

public GetResponse ( string key, ushort flags, ulong casValue, byte data ) : System
key string
flags ushort
casValue ulong
data byte
리턴 System

GetResponse() 공개 메소드

public GetResponse ( string key, ushort flags, ulong casValue, byte data, int offset, int count ) : System
key string
flags ushort
casValue ulong
data byte
offset int
count int
리턴 System

프로퍼티 상세

CasValue 공개적으로 프로퍼티

public ulong CasValue
리턴 ulong

Item 공개적으로 프로퍼티

public CacheItem Item
리턴 CacheItem

Key 공개적으로 프로퍼티

public string Key
리턴 string