Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse removeHandoffConfiguration(AxlNetClient.RemoveHandoffConfigurationReq removeHandoffConfiguration1)
 {
     AxlNetClient.removeHandoffConfigurationRequest inValue = new AxlNetClient.removeHandoffConfigurationRequest();
     inValue.removeHandoffConfiguration = removeHandoffConfiguration1;
     AxlNetClient.removeHandoffConfigurationResponse retVal = ((AxlNetClient.AXLPort65)(this)).removeHandoffConfiguration(inValue);
     return(retVal.removeHandoffConfigurationResponse1);
 }
Ejemplo n.º 2
0
 public AxlNetClient.StandardResponse removeHandoffConfiguration(AxlNetClient.RemoveHandoffConfigurationReq removeHandoffConfiguration1)
 {
     return(axlPortClient65.removeHandoffConfiguration(removeHandoffConfiguration1));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.removeHandoffConfigurationResponse> removeHandoffConfigurationAsync(AxlNetClient.RemoveHandoffConfigurationReq removeHandoffConfiguration)
 {
     AxlNetClient.removeHandoffConfigurationRequest inValue = new AxlNetClient.removeHandoffConfigurationRequest();
     inValue.removeHandoffConfiguration = removeHandoffConfiguration;
     return(((AxlNetClient.AXLPort65)(this)).removeHandoffConfigurationAsync(inValue));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.removeHandoffConfigurationResponse> removeHandoffConfigurationAsync(AxlNetClient.RemoveHandoffConfigurationReq removeHandoffConfiguration)
 {
     return(axlPortClient65.removeHandoffConfigurationAsync(removeHandoffConfiguration));
 }