C# Class CogMon.Agent.PingTask

ICMP or http ping task Returns 'undefined' if no response received
Inheritance: JobBase
Show file Open project: lafar6502/cogmon

Protected Methods

Method Description
DoHttpPing ( string hostName ) : void
Run ( ) : void

Method Details

DoHttpPing() protected method

protected DoHttpPing ( string hostName ) : void
hostName string
return void

Run() protected method

protected Run ( ) : void
return void