Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Pings the specified host.

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 bool Ping(
	string host
)
Visual Basic (Declaration)
Public MustOverride Function Ping ( _
	host As String _
) As Boolean
Visual C++
public:
virtual bool Ping(
	String^ host
) abstract

Parameters

host
Type: System..::.String
The host.

Return Value

if the server is available then it returns true otherwise false.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Cache.IndexusProviderBase.Ping(System.String)"]

See Also