Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Defines the config section in 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 IndexusServerProviderSection : ConfigurationSection
Visual Basic (Declaration)
Public Class IndexusServerProviderSection _
	Inherits ConfigurationSection
Visual C++
public ref class IndexusServerProviderSection : public ConfigurationSection

Remarks

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

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.Configuration..::.ConfigurationSection
      SharedCache.WinServiceCommon.Configuration.Server..::.IndexusServerProviderSection

See Also