Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Represents a collection of provider objects that inherit from System.Configuration.Provider.ProviderCollection

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

Syntax

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

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Provider.Server.IndexusServerProviderCollection"]

Inheritance Hierarchy

System..::.Object
  System.Configuration.Provider..::.ProviderCollection
    SharedCache.WinServiceCommon.Provider.Server..::.IndexusServerProviderCollection

See Also