C# 클래스 GSoft.Dynamite.Monitoring.AggregateTimeTracker

TODO: Update summary.
상속: IAggregateTimeTracker
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
AddTimeSpanToAggregateTimeSpentForKey ( string key, System.TimeSpan timeSpan ) : void
AggregateTimeTracker ( ILogger log ) : System
BeginTimeTrackerScope ( string key ) : TimeTrackerScope
GetAggregateTimeSpentForKey ( string key ) : System.TimeSpan

비공개 메소드들

메소드 설명
EnsureTimeSpanForKey ( string key ) : System.TimeSpan

메소드 상세

AddTimeSpanToAggregateTimeSpentForKey() 공개 메소드

public AddTimeSpanToAggregateTimeSpentForKey ( string key, System.TimeSpan timeSpan ) : void
key string
timeSpan System.TimeSpan
리턴 void

AggregateTimeTracker() 공개 메소드

public AggregateTimeTracker ( ILogger log ) : System
log ILogger
리턴 System

BeginTimeTrackerScope() 공개 메소드

public BeginTimeTrackerScope ( string key ) : TimeTrackerScope
key string
리턴 TimeTrackerScope

GetAggregateTimeSpentForKey() 공개 메소드

public GetAggregateTimeSpentForKey ( string key ) : System.TimeSpan
key string
리턴 System.TimeSpan