public DeleteMetricTypeResponse DeleteMetricType(DeleteMetricTypeRequest typeRequest)
 {
     return(ExecuteAction <DeleteMetricTypeResponse>(typeRequest));
 }
Example #2
0
 public DeleteMetricTypeResponse DeleteMetricType(DeleteMetricTypeRequest request)
 {
     return(Execute(() => InternalService.DeleteMetricType(request)));
 }