Ping
Purpose
Indicates if a host is available.
Parameters
Parameter: host name
Type: string
Description: Name or IP address of the host to ping.
Returns
Return value: host status
Type: integer
Description: Returns 0 if host is alive and 1 if no response or 26118 if host name cannot be resolved to an IP address.
Example
Sample Code
VB
None