Esempio n. 1
0
 public IDisposable BeginScope(string customerId, string requestId, string operationName)
 {
     return(_support.BeginScope(this, new Dictionary <string, object>
     {
         ["customerId"] = customerId,
         ["requestId"] = requestId,
         ["operationName"] = operationName
     }));
 }