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