Esempio n. 1
0
 /// <summary>
 /// Process metrics for a call that may not be passed through Invoke.
 /// </summary>
 public async Task ReportMetrics(WebRequest request)
 {
     if (_initialized == true)
     {
         await Task.Run(() => _channel.ReportMetrics(request));
     }
 }