Table of Contents

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

scanNetworkPattern ScanNetworkPatternInfo

The ScanNetworkPatternInfo Object that is associated with the ScanNetwork pattern(set).

nonDiagnosisResults ScanNetworkPatternResults

The acquired ScanNetwork pattern results which contains failed core list.

captureLimit int
concurrentDiagnosis bool

Optional. 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

scanNetworkPattern ScanNetworkPatternInfo

The ScanNetworkPatternInfo Object that is associated with the ScanNetwork pattern(set).