Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Defines the config server setting collection within config file (web.config / app.config)

Namespace:  SharedCache.WinServiceCommon.Configuration.Server
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public class IndexusServerSettingCollection : ConfigurationElementCollection
Visual Basic (Declaration)
Public Class IndexusServerSettingCollection _
	Inherits ConfigurationElementCollection
Visual C++
public ref class IndexusServerSettingCollection : public ConfigurationElementCollection

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Configuration.Server.IndexusServerSettingCollection"]

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.Configuration..::.ConfigurationElementCollection
      SharedCache.WinServiceCommon.Configuration.Server..::.IndexusServerSettingCollection

See Also