Example #1
0
 public AxlNetClient.GetHandoffConfigurationRes getHandoffConfiguration(AxlNetClient.GetHandoffConfigurationReq getHandoffConfiguration1)
 {
     AxlNetClient.getHandoffConfigurationRequest inValue = new AxlNetClient.getHandoffConfigurationRequest();
     inValue.getHandoffConfiguration = getHandoffConfiguration1;
     AxlNetClient.getHandoffConfigurationResponse retVal = ((AxlNetClient.AXLPort65)(this)).getHandoffConfiguration(inValue);
     return(retVal.getHandoffConfigurationResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getHandoffConfigurationResponse> getHandoffConfigurationAsync(AxlNetClient.GetHandoffConfigurationReq getHandoffConfiguration)
 {
     AxlNetClient.getHandoffConfigurationRequest inValue = new AxlNetClient.getHandoffConfigurationRequest();
     inValue.getHandoffConfiguration = getHandoffConfiguration;
     return(((AxlNetClient.AXLPort65)(this)).getHandoffConfigurationAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.getHandoffConfigurationResponse> AxlNetClient.AXLPort65.getHandoffConfigurationAsync(AxlNetClient.getHandoffConfigurationRequest request)
 {
     return(base.Channel.getHandoffConfigurationAsync(request));
 }
Example #4
0
 AxlNetClient.getHandoffConfigurationResponse AxlNetClient.AXLPort65.getHandoffConfiguration(AxlNetClient.getHandoffConfigurationRequest request)
 {
     return(base.Channel.getHandoffConfiguration(request));
 }