Esempio n. 1
0
 public AxlNetClient.StandardResponse removeBillingServer(AxlNetClient.RemoveBillingServerReq removeBillingServer1)
 {
     AxlNetClient.removeBillingServerRequest inValue = new AxlNetClient.removeBillingServerRequest();
     inValue.removeBillingServer = removeBillingServer1;
     AxlNetClient.removeBillingServerResponse retVal = ((AxlNetClient.AXLPort82)(this)).removeBillingServer(inValue);
     return(retVal.removeBillingServerResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeBillingServerResponse> removeBillingServerAsync(AxlNetClient.RemoveBillingServerReq removeBillingServer)
 {
     AxlNetClient.removeBillingServerRequest inValue = new AxlNetClient.removeBillingServerRequest();
     inValue.removeBillingServer = removeBillingServer;
     return(((AxlNetClient.AXLPort82)(this)).removeBillingServerAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeBillingServerResponse> AxlNetClient.AXLPort82.removeBillingServerAsync(AxlNetClient.removeBillingServerRequest request)
 {
     return(base.Channel.removeBillingServerAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.removeBillingServerResponse AxlNetClient.AXLPort82.removeBillingServer(AxlNetClient.removeBillingServerRequest request)
 {
     return(base.Channel.removeBillingServer(request));
 }