C# Class Whalin.Caching.Configuration.MemcachedClientSection

Configures the T:MemcachedClient. This class cannot be inherited.
Inheritance: System.Configuration.ConfigurationSection, IMemcachedClientConfiguration
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Private Properties

Свойство Type Description
IMemcachedClientConfiguration Whalin.Caching.Memcached.SockIOPool

Méthodes protégées

Méthode Description
PostDeserialize ( ) : void

Called after deserialization.

Private Methods

Méthode Description
IMemcachedClientConfiguration ( ) : SockIOPool

Method Details

PostDeserialize() protected méthode

Called after deserialization.
protected PostDeserialize ( ) : void
Résultat void