C# Class Enyim.Caching.Memcached.Protocol.Binary.GetOperation

Inheritance: BinarySingleItemOperation, IGetOperation
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetOperation ( string key ) : System.Collections.Generic

Méthodes protégées

Méthode Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

Method Details

Build() protected méthode

protected Build ( ) : BinaryRequest
Résultat BinaryRequest

GetOperation() public méthode

public GetOperation ( string key ) : System.Collections.Generic
key string
Résultat System.Collections.Generic

ProcessResponse() protected méthode

protected ProcessResponse ( BinaryResponse response ) : bool
response BinaryResponse
Résultat bool