C# Class Whalin.Caching.Configuration.MemcachedClientSection

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

Private Properties

Property Type Description
IMemcachedClientConfiguration Whalin.Caching.Memcached.SockIOPool

Protected Methods

Method Description
PostDeserialize ( ) : void

Called after deserialization.

Private Methods

Method Description
IMemcachedClientConfiguration ( ) : SockIOPool

Method Details

PostDeserialize() protected method

Called after deserialization.
protected PostDeserialize ( ) : void
return void