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