Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Retrieve configured server nodes as an array of String

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

Syntax

C#
public abstract string[] Servers { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Servers As String()
Visual C++
public:
virtual property array<String^>^ Servers {
	array<String^>^ get () abstract;
}

Field Value

The servers.

Remarks

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

See Also