コード例 #1
0
 public System.Threading.Tasks.Task <client.SOAPWS.sum_11> AddAsync(int x, int y)
 {
     client.SOAPWS.sum_1 inValue = new client.SOAPWS.sum_1();
     inValue.x = x;
     inValue.y = y;
     return(((client.SOAPWS.SimpleSoap)(this)).AddAsync(inValue));
 }
コード例 #2
0
 public int Add(int x, int y)
 {
     client.SOAPWS.sum_1 inValue = new client.SOAPWS.sum_1();
     inValue.x = x;
     inValue.y = y;
     client.SOAPWS.sum_11 retVal = ((client.SOAPWS.SimpleSoap)(this)).Add(inValue);
     return(retVal.sum_1Result);
 }
コード例 #3
0
 System.Threading.Tasks.Task <client.SOAPWS.sum_11> client.SOAPWS.SimpleSoap.AddAsync(client.SOAPWS.sum_1 request)
 {
     return(base.Channel.AddAsync(request));
 }
コード例 #4
0
 client.SOAPWS.sum_11 client.SOAPWS.SimpleSoap.Add(client.SOAPWS.sum_1 request)
 {
     return(base.Channel.Add(request));
 }