Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the IndexusProviderBase with the specified name.

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

Syntax

C#
public IndexusServerProviderBase this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As IndexusServerProviderBase
Visual C++
public:
property IndexusServerProviderBase^ default[String^ name] {
	IndexusServerProviderBase^ get (String^ name);
}

Parameters

name
Type: System..::.String

Field Value

[Missing <value> documentation for "P:SharedCache.WinServiceCommon.Provider.Server.IndexusServerProviderCollection.Item(System.String)"]

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Provider.Server.IndexusServerProviderCollection.Item(System.String)"]

See Also