public SetMetricEnableResponse SetMetricEnable(SetMetricEnableRequest request)
 {
     return(ExecuteAction <SetMetricEnableResponse>(request));
 }
예제 #2
0
 public SetMetricEnableResponse SetMetricEnable(SetMetricEnableRequest request)
 {
     return(Execute(() => InternalService.SetMetricEnable(request)));
 }