Example #1
0
 public AxlNetClient.StandardResponse addVohServer(AxlNetClient.AddVohServerReq addVohServer1)
 {
     AxlNetClient.addVohServerRequest inValue = new AxlNetClient.addVohServerRequest();
     inValue.addVohServer = addVohServer1;
     AxlNetClient.addVohServerResponse retVal = ((AxlNetClient.AXLPort70)(this)).addVohServer(inValue);
     return(retVal.addVohServerResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addVohServerResponse> addVohServerAsync(AxlNetClient.AddVohServerReq addVohServer)
 {
     AxlNetClient.addVohServerRequest inValue = new AxlNetClient.addVohServerRequest();
     inValue.addVohServer = addVohServer;
     return(((AxlNetClient.AXLPort70)(this)).addVohServerAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.addVohServerResponse> AxlNetClient.AXLPort70.addVohServerAsync(AxlNetClient.addVohServerRequest request)
 {
     return(base.Channel.addVohServerAsync(request));
 }
Example #4
0
 AxlNetClient.addVohServerResponse AxlNetClient.AXLPort70.addVohServer(AxlNetClient.addVohServerRequest request)
 {
     return(base.Channel.addVohServer(request));
 }