Пример #1
0
 public System.Threading.Tasks.Task <UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightResponse> calculateWeightAsync(double value, string from, string to)
 {
     UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightRequest inValue = new UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightRequest();
     inValue.Body       = new UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightRequestBody();
     inValue.Body.value = value;
     inValue.Body.from  = from;
     inValue.Body.to    = to;
     return(((UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.Weight1Soap)(this)).calculateWeightAsync(inValue));
 }
Пример #2
0
 public double calculateWeight(double value, string from, string to)
 {
     UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightRequest inValue = new UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightRequest();
     inValue.Body       = new UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightRequestBody();
     inValue.Body.value = value;
     inValue.Body.from  = from;
     inValue.Body.to    = to;
     UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightResponse retVal = ((UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.Weight1Soap)(this)).calculateWeight(inValue);
     return(retVal.Body.calculateWeightResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightResponse> UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.Weight1Soap.calculateWeightAsync(UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightRequest request)
 {
     return(base.Channel.calculateWeightAsync(request));
 }
Пример #4
0
 UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightResponse UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.Weight1Soap.calculateWeight(UnitesWebConverterGroup_P14_1205_11181_2.ServiceReferenceWeight.calculateWeightRequest request)
 {
     return(base.Channel.calculateWeight(request));
 }