Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SInnovations
Azure
TableStorageRepository
TraceTimer
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
显示文件
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