C# Класс 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)
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void
ProgressNotificationListener ( IServiceProvider serviceProvider, IProgressEvents progressEvents ) : SonarLint.VisualStudio.Integration

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
OnStepExecutionChanged ( object sender, StepExecutionChangedEventArgs e ) : void

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

ProgressNotificationListener() публичный Метод

public ProgressNotificationListener ( IServiceProvider serviceProvider, IProgressEvents progressEvents ) : SonarLint.VisualStudio.Integration
serviceProvider IServiceProvider
progressEvents IProgressEvents
Результат SonarLint.VisualStudio.Integration