C# Class Enyim.Caching.Memcached.Protocol.Text.GetResponse

Afficher le fichier Open project: xianrendzw/LightFramework.Net Class Usage Examples

Méthodes publiques

Свойство Type Description
CasValue ulong
Item CacheItem
Key string

Méthodes publiques

Méthode Description
GetResponse ( string key, ushort flags, ulong casValue, byte data ) : System
GetResponse ( string key, ushort flags, ulong casValue, byte data, int offset, int count ) : System

Private Methods

Méthode Description
GetResponse ( ) : System

Method Details

GetResponse() public méthode

public GetResponse ( string key, ushort flags, ulong casValue, byte data ) : System
key string
flags ushort
casValue ulong
data byte
Résultat System

GetResponse() public méthode

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
Résultat System

Property Details

CasValue public_oe property

public ulong CasValue
Résultat ulong

Item public_oe property

public CacheItem Item
Résultat CacheItem

Key public_oe property

public string Key
Résultat string