Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Retriving a list of all available servers

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

Syntax

C#
public override List<IndexusServerSetting> ServersList { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property ServersList As List(Of IndexusServerSetting)
Visual C++
public:
virtual property List<IndexusServerSetting^>^ ServersList {
	List<IndexusServerSetting^>^ get () override;
}

Field Value

The servers list.

Remarks

[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider.ServersList"]

See Also