Exemple #1
0
 public System.Threading.Tasks.Task <client.SOAPWS.sum_31> SumAsync(client.SOAPWS.MSU msu1, client.SOAPWS.MSU msu2)
 {
     client.SOAPWS.sum_3 inValue = new client.SOAPWS.sum_3();
     inValue.msu1 = msu1;
     inValue.msu2 = msu2;
     return(((client.SOAPWS.SimpleSoap)(this)).SumAsync(inValue));
 }
Exemple #2
0
 public client.SOAPWS.MSU Sum(client.SOAPWS.MSU msu1, client.SOAPWS.MSU msu2)
 {
     client.SOAPWS.sum_3 inValue = new client.SOAPWS.sum_3();
     inValue.msu1 = msu1;
     inValue.msu2 = msu2;
     client.SOAPWS.sum_31 retVal = ((client.SOAPWS.SimpleSoap)(this)).Sum(inValue);
     return(retVal.sum_3Result);
 }
Exemple #3
0
 System.Threading.Tasks.Task <client.SOAPWS.sum_31> client.SOAPWS.SimpleSoap.SumAsync(client.SOAPWS.sum_3 request)
 {
     return(base.Channel.SumAsync(request));
 }
Exemple #4
0
 client.SOAPWS.sum_31 client.SOAPWS.SimpleSoap.Sum(client.SOAPWS.sum_3 request)
 {
     return(base.Channel.Sum(request));
 }