Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Retrieve configured server nodes configuration as a [!:List]. This
is provides the Key and IPAddress of each item in the configuration section.
Namespace:
SharedCache.WinServiceCommon.Provider.CacheAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public abstract List<IndexusServerSetting> ServersList { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property ServersList As List(Of IndexusServerSetting) |
| Visual C++ |
|---|
public: virtual property List<IndexusServerSetting^>^ ServersList { List<IndexusServerSetting^>^ get () abstract; } |
Field Value
The servers list.
Remarks
[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Provider.Cache.IndexusProviderBase.ServersList"]