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 abstract string[] ReplicatedServers { get; } |
| Visual Basic (Declaration) |
|---|
Public MustOverride ReadOnly Property ReplicatedServers As String() |
| Visual C++ |
|---|
public:
virtual property array<String^>^ ReplicatedServers {
array<String^>^ get () abstract;
} |
Field Value
An array of
String with all configured replicated servers.
Remarks
See Also