Calls a remote server for testing the connection
Namespace:
EPiServerAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
[ObsoleteAttribute("Use the static or instanced Ping method on the EPiServer.DataAbstraction.RemoteSite class instead.")] public bool Ping( string remoteSiteName ) |
Parameters
- remoteSiteName
- Type: System..::.String
The short name for the remote server as specified in admin mode
Return Value
True if communication was signed, otherwise False.
Remarks
If server doesn't respond or an error occurs an exception will be thrown.