Esempio 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);
 }
Esempio n. 2
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));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.removeHandoffConfigurationResponse> AxlNetClient.AXLPort65.removeHandoffConfigurationAsync(AxlNetClient.removeHandoffConfigurationRequest request)
 {
     return(base.Channel.removeHandoffConfigurationAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.removeHandoffConfigurationResponse AxlNetClient.AXLPort65.removeHandoffConfiguration(AxlNetClient.removeHandoffConfigurationRequest request)
 {
     return(base.Channel.removeHandoffConfiguration(request));
 }