C# 클래스 SInnovations.Azure.TableStorageRepository.TraceTimer

Wrap TraceTimer around a code block with using and it will write out the time used for the block to trace.
상속: IDisposable
파일 보기 프로젝트 열기: s-innovations/azure-table-storage-repository-pattern

공개 메소드들

메소드 설명
Dispose ( ) : void
TraceTimer ( string action ) : System

비공개 메소드들

메소드 설명
TraceString ( string format ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

TraceTimer() 공개 메소드

public TraceTimer ( string action ) : System
action string
리턴 System