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)
Gets the replicated servers.
Namespace:
SharedCache.WinServiceCommon.Configuration.ClientAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public IndexusServerSettingCollection ReplicatedServers { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ReplicatedServers As IndexusServerSettingCollection |
| Visual C++ |
|---|
public: property IndexusServerSettingCollection^ ReplicatedServers { IndexusServerSettingCollection^ get (); } |
Field Value
The replicated servers.
Remarks
[Missing <remarks> documentation for "P:SharedCache.WinServiceCommon.Configuration.Client.IndexusProviderSection.ReplicatedServers"]