Ejemplo n.º 1
0
 public RequestMetrics(SemantriaAPImethod executedMethod, TimeSpan executionTime, object state)
 {
     ExecutedMethod = executedMethod;
     ExecutionTime  = executionTime;
     State          = state;
 }
Ejemplo n.º 2
0
 public RequestMetrics(SemantriaAPImethod executedMethod, TimeSpan executionTime, object state)
 {
     ExecutedMethod = executedMethod;
     ExecutionTime = executionTime;
     State = state;
 }
Ejemplo n.º 3
0
 public RequestMetrics(SemantriaAPImethod executedMethod, TimeSpan executionTime)
 {
     ExecutedMethod = executedMethod;
     ExecutionTime  = executionTime;
 }
Ejemplo n.º 4
0
 public RequestMetrics(SemantriaAPImethod executedMethod, TimeSpan executionTime)
 {
     ExecutedMethod = executedMethod;
     ExecutionTime = executionTime;
 }