C# Class 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.
Inheritance: IDisposable
Exibir arquivo Open project: s-innovations/azure-table-storage-repository-pattern

Public Methods

Method Description
Dispose ( ) : void
TraceTimer ( string action ) : System

Private Methods

Method Description
TraceString ( string format ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

TraceTimer() public method

public TraceTimer ( string action ) : System
action string
return System