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

[Missing <summary> documentation for "M:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider.Ping(System.String)"]

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

Syntax

C#
public override bool Ping(
	string host
)
Visual Basic (Declaration)
Public Overrides Function Ping ( _
	host As String _
) As Boolean
Visual C++
public:
virtual bool Ping(
	String^ host
) override

Parameters

host
Type: System..::.String

[Missing <param name="host"/> documentation for "M:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider.Ping(System.String)"]

Return Value

[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Provider.Server.IndexusServerSharedCacheProvider.Ping(System.String)"]

Remarks

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

See Also