Beispiel #1
0
 public static ITracedScope AsSql(this ITracedScope tracedScope, string provider)
 {
     return(tracedScope.SetType("sql").SetName("sql").SetProperty("provider", provider));
 }
Beispiel #2
0
 public static ITracedScope As3RdParty(this ITracedScope tracedScope, string name)
 {
     return(tracedScope.SetType("3rd party").SetName(name));
 }
Beispiel #3
0
 public static ITracedScope AsCPU(this ITracedScope tracedScope, string name)
 {
     return(tracedScope.SetType("cpu").SetName(name));
 }