Interface ILib.IExecute.IScanNetwork
- Namespace
- Csra.Interfaces
- Assembly
- Csra.dll
The interface for the ScanNetwork branch.
public interface ILib.IExecute.IScanNetwork
Methods
RunDiagnosis(ScanNetworkPatternInfo, ScanNetworkPatternResults, int, bool)
Runs diagnosis reburst on failed core instances, which is obtained from the ScanNetwork pattern results.
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.
void RunPattern(ScanNetworkPatternInfo scanNetworkPattern)
Parameters
scanNetworkPatternScanNetworkPatternInfoThe ScanNetworkPatternInfo Object that is associated with the ScanNetwork pattern(set).