Exemple #1
0
 /// <summary>
 /// Adds the client.
 /// </summary>
 /// <param name="client">The client.</param>
 /// <returns></returns>
 public static ITelemetryClient AddClient(ITelemetryClient client)
 {
     LogConsumer.Trace("Adding telemetry client of type {0}", client.GetType().FullName);
     Clients.Add(client);
     return(client);
 }