Class ScanNetwork
public class ScanNetwork : ILib.IExecute.IScanNetwork
- Inheritance
-
ScanNetwork
- Implements
- Inherited Members
Methods
RunDiagnosis(ScanNetworkPatternInfo, ScanNetworkPatternResults, int, bool)
Runs diagnosis reburst on failed core instances, which is obtained from the ScanNetwork pattern results.
public void RunDiagnosis(ScanNetworkPatternInfo scanNetworkPattern, ScanNetworkPatternResults nonDiagnosisResults, int captureLimit = 3000, bool concurrentDiagnosis = false)
Parameters
scanNetworkPatternScanNetworkPatternInfoThe ScanNetworkPatternInfo Object that is associated with the ScanNetwork pattern(set).
nonDiagnosisResultsScanNetworkPatternResultsThe acquired ScanNetwork pattern results which contains failed core list.
captureLimitintconcurrentDiagnosisboolOptional. Whether to perform diagnosis on multiple core instances concurrently per reburst.
RunPattern(ScanNetworkPatternInfo)
Runs the ScanNetwork pattern(set) and reburst if needed until all icl instances' pass/fail results are obtained.
public void RunPattern(ScanNetworkPatternInfo scanNetworkPattern)
Parameters
scanNetworkPatternScanNetworkPatternInfoThe ScanNetworkPatternInfo Object that is associated with the ScanNetwork pattern(set).