Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the provider section.

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

Syntax

C#
public static IndexusProviderSection ProviderSection { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property ProviderSection As IndexusProviderSection
Visual C++
public:
static property IndexusProviderSection^ ProviderSection {
	IndexusProviderSection^ get ();
}

Field Value

The provider section.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Provider.Cache.IndexusDistributionCache.ProviderSection"]

See Also