Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Retrieve replication server nodes configuration as an array of String. This is provides the Key and IPAddress of each item in the configuration section.

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

Syntax

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

Field Value

An array of String with all configured replicated servers.

Remarks

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

See Also