Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Pings the specified host.
Namespace:
SharedCache.WinServiceCommon.Provider.ServerAssembly: 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.Server.IndexusServerProviderBase.Ping(System.String)"]