C# Class Common.Diagnostics.StopWatchScope

Inheritance: IDisposable
Mostra file Open project: KrzysztofBranicki/hexagonal-architecture-sample

Public Methods

Method Description
Dispose ( ) : void
StopWatchScope ( string>.Action resultHandler ) : System
StopWatchScope ( Action messagePresenter = null ) : System

Private Methods

Method Description
StopWatchScope ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

StopWatchScope() public method

public StopWatchScope ( string>.Action resultHandler ) : System
resultHandler string>.Action
return System

StopWatchScope() public method

public StopWatchScope ( Action messagePresenter = null ) : System
messagePresenter Action
return System