public GetComponentTotalStateResponse GetComponentTotalState(GetComponentTotalStateRequest request)
 {
     return(ExecuteAction <GetComponentTotalStateResponse>(request));
 }
Exemple #2
0
 public GetComponentTotalStateResponse GetComponentTotalState(GetComponentTotalStateRequest request)
 {
     return(Execute(() => InternalService.GetComponentTotalState(request)));
 }