Exemplo n.º 1
0
 public int Add(LandExplorerNet.ServiceReference1.ArrayOfInt listInt)
 {
     LandExplorerNet.ServiceReference1.AddRequest inValue = new LandExplorerNet.ServiceReference1.AddRequest();
     inValue.Body         = new LandExplorerNet.ServiceReference1.AddRequestBody();
     inValue.Body.listInt = listInt;
     LandExplorerNet.ServiceReference1.AddResponse retVal = ((LandExplorerNet.ServiceReference1.WebService1Soap)(this)).Add(inValue);
     return(retVal.Body.AddResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <LandExplorerNet.ServiceReference1.AddResponse> AddAsync(LandExplorerNet.ServiceReference1.ArrayOfInt listInt)
 {
     LandExplorerNet.ServiceReference1.AddRequest inValue = new LandExplorerNet.ServiceReference1.AddRequest();
     inValue.Body         = new LandExplorerNet.ServiceReference1.AddRequestBody();
     inValue.Body.listInt = listInt;
     return(((LandExplorerNet.ServiceReference1.WebService1Soap)(this)).AddAsync(inValue));
 }
Exemplo n.º 3
0
 public AddRequestBody(LandExplorerNet.ServiceReference1.ArrayOfInt listInt)
 {
     this.listInt = listInt;
 }