C# Class Common.Diagnostics.StopWatchScope

Inheritance: IDisposable
Afficher le fichier Open project: KrzysztofBranicki/hexagonal-architecture-sample

Méthodes publiques

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

Private Methods

Méthode Description
StopWatchScope ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

StopWatchScope() public méthode

public StopWatchScope ( string>.Action resultHandler ) : System
resultHandler string>.Action
Résultat System

StopWatchScope() public méthode

public StopWatchScope ( Action messagePresenter = null ) : System
messagePresenter Action
Résultat System