Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Retrieve a list with all key which are available on all cofnigured server nodes.

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

Syntax

C#
public abstract List<string> GetAllKeys(
	string host
)
Visual Basic (Declaration)
Public MustOverride Function GetAllKeys ( _
	host As String _
) As List(Of String)
Visual C++
public:
virtual List<String^>^ GetAllKeys(
	String^ host
) abstract

Parameters

host
Type: System..::.String
The host represents the ip address of a server node.

Return Value

A [!:List] of strings with all available keys.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Server.IndexusServerProviderBase.GetAllKeys(System.String)"]

See Also