C# Class ServiceInsight.Framework.WorkNotifier

Inheritance: IWorkNotifier
Show file Open project: Particular/ServiceInsight

Public Methods

Method Description
NotifyOfWork ( ) : IDisposable
NotifyOfWork ( string startMessage ) : IDisposable
NotifyOfWork ( string startMessage, string finishMessage ) : IDisposable
WorkNotifier ( IEventAggregator eventAggregator ) : System

Method Details

NotifyOfWork() public method

public NotifyOfWork ( ) : IDisposable
return IDisposable

NotifyOfWork() public method

public NotifyOfWork ( string startMessage ) : IDisposable
startMessage string
return IDisposable

NotifyOfWork() public method

public NotifyOfWork ( string startMessage, string finishMessage ) : IDisposable
startMessage string
finishMessage string
return IDisposable

WorkNotifier() public method

public WorkNotifier ( IEventAggregator eventAggregator ) : System
eventAggregator IEventAggregator
return System