C# 클래스 Common.Diagnostics.StopWatchScope

상속: IDisposable
파일 보기 프로젝트 열기: KrzysztofBranicki/hexagonal-architecture-sample

공개 메소드들

메소드 설명
Dispose ( ) : void
StopWatchScope ( string>.Action resultHandler ) : System
StopWatchScope ( Action messagePresenter = null ) : System

비공개 메소드들

메소드 설명
StopWatchScope ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

StopWatchScope() 공개 메소드

public StopWatchScope ( string>.Action resultHandler ) : System
resultHandler string>.Action
리턴 System

StopWatchScope() 공개 메소드

public StopWatchScope ( Action messagePresenter = null ) : System
messagePresenter Action
리턴 System