C# Class SonarLint.VisualStudio.Integration.Progress.ProgressNotificationListener

The listener will forward the progress notifications to the output window. The listener will ignore empty and duplicate messages (duplicate with the previous one notification progress message)
Inheritance: IDisposable
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ProgressNotificationListener ( IServiceProvider serviceProvider, IProgressEvents progressEvents ) : SonarLint.VisualStudio.Integration

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
OnStepExecutionChanged ( object sender, StepExecutionChangedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ProgressNotificationListener() public méthode

public ProgressNotificationListener ( IServiceProvider serviceProvider, IProgressEvents progressEvents ) : SonarLint.VisualStudio.Integration
serviceProvider IServiceProvider
progressEvents IProgressEvents
Résultat SonarLint.VisualStudio.Integration