예제 #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);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getHandoffConfigurationResponse> getHandoffConfigurationAsync(AxlNetClient.GetHandoffConfigurationReq getHandoffConfiguration)
 {
     return(axlPortClient65.getHandoffConfigurationAsync(getHandoffConfiguration));
 }
예제 #3
0
 public AxlNetClient.GetHandoffConfigurationRes getHandoffConfiguration(AxlNetClient.GetHandoffConfigurationReq getHandoffConfiguration1)
 {
     return(axlPortClient65.getHandoffConfiguration(getHandoffConfiguration1));
 }
예제 #4
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));
 }