Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse removeVohServer(AxlNetClient.NameAndGUIDRequest removeVohServer1)
 {
     AxlNetClient.removeVohServerRequest inValue = new AxlNetClient.removeVohServerRequest();
     inValue.removeVohServer = removeVohServer1;
     AxlNetClient.removeVohServerResponse retVal = ((AxlNetClient.AXLPort70)(this)).removeVohServer(inValue);
     return(retVal.removeVohServerResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeVohServerResponse> removeVohServerAsync(AxlNetClient.NameAndGUIDRequest removeVohServer)
 {
     AxlNetClient.removeVohServerRequest inValue = new AxlNetClient.removeVohServerRequest();
     inValue.removeVohServer = removeVohServer;
     return(((AxlNetClient.AXLPort70)(this)).removeVohServerAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeVohServerResponse> AxlNetClient.AXLPort70.removeVohServerAsync(AxlNetClient.removeVohServerRequest request)
 {
     return(base.Channel.removeVohServerAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.removeVohServerResponse AxlNetClient.AXLPort70.removeVohServer(AxlNetClient.removeVohServerRequest request)
 {
     return(base.Channel.removeVohServer(request));
 }