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
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
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