C# Class CodeImp.Gluon.TraceJob

Mostra file Open project: DieterKoblenz/LCARS Class Usage Examples

Public Properties

Property Type Description
jobcomplete bool
nodes List
targetaddress string
targetreachable bool

Public Methods

Method Description
TraceJob ( string targetaddress ) : System

Method Details

TraceJob() public method

public TraceJob ( string targetaddress ) : System
targetaddress string
return System

Property Details

jobcomplete public_oe property

public bool jobcomplete
return bool

nodes public_oe property

public List nodes
return List

targetaddress public_oe property

public string targetaddress
return string

targetreachable public_oe property

public bool targetreachable
return bool