C# Class 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
Inheritance: IErrorNotificationManager
Afficher le fichier Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Méthodes publiques

Méthode Description
AddNotifier ( IProgressErrorNotifier notifier ) : void

IErrorNotificationManager.AddNotifier

RemoveNotifier ( IProgressErrorNotifier notifier ) : void

IErrorNotificationManager.RemoveNotifier

Private Methods

Méthode Description
IProgressErrorNotifier ( Exception ex ) : void

Method Details

AddNotifier() public méthode

IErrorNotificationManager.AddNotifier
public AddNotifier ( IProgressErrorNotifier notifier ) : void
notifier IProgressErrorNotifier A unique instance of
Résultat void

RemoveNotifier() public méthode

IErrorNotificationManager.RemoveNotifier
public RemoveNotifier ( IProgressErrorNotifier notifier ) : void
notifier IProgressErrorNotifier An existing instance of
Résultat void