C# 클래스 Felinesoft.UmbracoCodeFirst.Diagnostics.Timing

파일 보기 프로젝트 열기: DanMannMann/UmbracoCodeFirst

Private Properties

프로퍼티 타입 설명
EndTimer void
MarkTimer void
StartTimer void

공개 메소드들

메소드 설명
SaveReport ( string folderPath ) : void

비공개 메소드들

메소드 설명
EndTimer ( System.Guid timerId, string stepDescription ) : void
MarkTimer ( System.Guid timerId, string stepDescription ) : void
StartTimer ( System.Guid timerId, string traceName, string stepDescription ) : void

메소드 상세

SaveReport() 공개 정적인 메소드

public static SaveReport ( string folderPath ) : void
folderPath string
리턴 void