Method Summary |
|
BOOL | Trace(Host,
[Timeout], [MaxHops], [Resolve]) Traces a host. |
BOOL Trace( Host, [Timeout], [MaxHops], [Resolve] )
Traces the host.
Parameters:
Host: host name or IP address of the destination network resource to ping.
Timeout: Number of seconds to wait for each reply. The default value is 2 seconds. This parameter is optionalMaxHops: Maximum number of hops to search for target. The default value is 32.
Resolve: Indicates if the IP of the hop should be resolved.
Returns:
Returns TRUE if the host can be traced. It returns False otherwise. If an error occurs, use the LastError property to retrive more information.