Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WpfApplication1.EquipmentServ.GetEquipmentInfoResponse> GetEquipmentInfoAsync(string strjson)
 {
     WpfApplication1.EquipmentServ.GetEquipmentInfoRequest inValue = new WpfApplication1.EquipmentServ.GetEquipmentInfoRequest();
     inValue.Body         = new WpfApplication1.EquipmentServ.GetEquipmentInfoRequestBody();
     inValue.Body.strjson = strjson;
     return(((WpfApplication1.EquipmentServ.EquipmentServiceSoap)(this)).GetEquipmentInfoAsync(inValue));
 }
Exemplo n.º 2
0
 public string GetEquipmentInfo(string strjson)
 {
     WpfApplication1.EquipmentServ.GetEquipmentInfoRequest inValue = new WpfApplication1.EquipmentServ.GetEquipmentInfoRequest();
     inValue.Body         = new WpfApplication1.EquipmentServ.GetEquipmentInfoRequestBody();
     inValue.Body.strjson = strjson;
     WpfApplication1.EquipmentServ.GetEquipmentInfoResponse retVal = ((WpfApplication1.EquipmentServ.EquipmentServiceSoap)(this)).GetEquipmentInfo(inValue);
     return(retVal.Body.GetEquipmentInfoResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WpfApplication1.EquipmentServ.GetEquipmentInfoResponse> WpfApplication1.EquipmentServ.EquipmentServiceSoap.GetEquipmentInfoAsync(WpfApplication1.EquipmentServ.GetEquipmentInfoRequest request)
 {
     return(base.Channel.GetEquipmentInfoAsync(request));
 }
Exemplo n.º 4
0
 WpfApplication1.EquipmentServ.GetEquipmentInfoResponse WpfApplication1.EquipmentServ.EquipmentServiceSoap.GetEquipmentInfo(WpfApplication1.EquipmentServ.GetEquipmentInfoRequest request)
 {
     return(base.Channel.GetEquipmentInfo(request));
 }