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
Exibir arquivo Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
OnStepExecutionChanged ( object sender, StepExecutionChangedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ProgressNotificationListener() public method

public ProgressNotificationListener ( IServiceProvider serviceProvider, IProgressEvents progressEvents ) : SonarLint.VisualStudio.Integration
serviceProvider IServiceProvider
progressEvents IProgressEvents
return SonarLint.VisualStudio.Integration