Exemple #1
0
 public static void UnregisterWebApi(this ExceptionlessClient client)
 {
     client.UnregisterPlugin(typeof(ExceptionlessWebApiPlugin).FullName);
     client.Shutdown();
 }