C# Class ServiceInsight.Framework.WorkNotifier

Inheritance: IWorkNotifier
Afficher le fichier Open project: Particular/ServiceInsight

Méthodes publiques

Méthode Description
NotifyOfWork ( ) : IDisposable
NotifyOfWork ( string startMessage ) : IDisposable
NotifyOfWork ( string startMessage, string finishMessage ) : IDisposable
WorkNotifier ( IEventAggregator eventAggregator ) : System

Method Details

NotifyOfWork() public méthode

public NotifyOfWork ( ) : IDisposable
Résultat IDisposable

NotifyOfWork() public méthode

public NotifyOfWork ( string startMessage ) : IDisposable
startMessage string
Résultat IDisposable

NotifyOfWork() public méthode

public NotifyOfWork ( string startMessage, string finishMessage ) : IDisposable
startMessage string
finishMessage string
Résultat IDisposable

WorkNotifier() public méthode

public WorkNotifier ( IEventAggregator eventAggregator ) : System
eventAggregator IEventAggregator
Résultat System