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
Afficher le fichier Open project: s-innovations/azure-table-storage-repository-pattern

Méthodes publiques

Méthode Description
Dispose ( ) : void
TraceTimer ( string action ) : System

Private Methods

Méthode Description
TraceString ( string format ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TraceTimer() public méthode

public TraceTimer ( string action ) : System
action string
Résultat System