C# 클래스 SonarLint.VisualStudio.Progress.Controller.ErrorNotification.ErrorNotificationManager

Implementation of IErrorNotificationManager that allows to addition and removal of IProgressErrorNotifier that will be notified of errors
The class is thread safe and each IProgressErrorNotifier is responsible for notifying on the correct thread
상속: IErrorNotificationManager
파일 보기 프로젝트 열기: SonarSource-VisualStudio/sonarlint-visualstudio 1 사용 예제들

공개 메소드들

메소드 설명
AddNotifier ( IProgressErrorNotifier notifier ) : void

IErrorNotificationManager.AddNotifier

RemoveNotifier ( IProgressErrorNotifier notifier ) : void

IErrorNotificationManager.RemoveNotifier

비공개 메소드들

메소드 설명
IProgressErrorNotifier ( Exception ex ) : void

메소드 상세

AddNotifier() 공개 메소드

IErrorNotificationManager.AddNotifier
public AddNotifier ( IProgressErrorNotifier notifier ) : void
notifier IProgressErrorNotifier A unique instance of
리턴 void

RemoveNotifier() 공개 메소드

IErrorNotificationManager.RemoveNotifier
public RemoveNotifier ( IProgressErrorNotifier notifier ) : void
notifier IProgressErrorNotifier An existing instance of
리턴 void