예제 #1
0
 public AxlNetClient.StandardResponse addHandoffConfiguration(AxlNetClient.AddHandoffConfigurationReq addHandoffConfiguration1)
 {
     AxlNetClient.addHandoffConfigurationRequest inValue = new AxlNetClient.addHandoffConfigurationRequest();
     inValue.addHandoffConfiguration = addHandoffConfiguration1;
     AxlNetClient.addHandoffConfigurationResponse retVal = ((AxlNetClient.AXLPort65)(this)).addHandoffConfiguration(inValue);
     return(retVal.addHandoffConfigurationResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addHandoffConfigurationResponse> addHandoffConfigurationAsync(AxlNetClient.AddHandoffConfigurationReq addHandoffConfiguration)
 {
     AxlNetClient.addHandoffConfigurationRequest inValue = new AxlNetClient.addHandoffConfigurationRequest();
     inValue.addHandoffConfiguration = addHandoffConfiguration;
     return(((AxlNetClient.AXLPort65)(this)).addHandoffConfigurationAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.addHandoffConfigurationResponse> AxlNetClient.AXLPort65.addHandoffConfigurationAsync(AxlNetClient.addHandoffConfigurationRequest request)
 {
     return(base.Channel.addHandoffConfigurationAsync(request));
 }
예제 #4
0
 AxlNetClient.addHandoffConfigurationResponse AxlNetClient.AXLPort65.addHandoffConfiguration(AxlNetClient.addHandoffConfigurationRequest request)
 {
     return(base.Channel.addHandoffConfiguration(request));
 }