Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateHandoffConfiguration(AxlNetClient.UpdateHandoffConfigurationReq updateHandoffConfiguration1)
 {
     AxlNetClient.updateHandoffConfigurationRequest inValue = new AxlNetClient.updateHandoffConfigurationRequest();
     inValue.updateHandoffConfiguration = updateHandoffConfiguration1;
     AxlNetClient.updateHandoffConfigurationResponse retVal = ((AxlNetClient.AXLPort65)(this)).updateHandoffConfiguration(inValue);
     return(retVal.updateHandoffConfigurationResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateHandoffConfigurationResponse> updateHandoffConfigurationAsync(AxlNetClient.UpdateHandoffConfigurationReq updateHandoffConfiguration)
 {
     return(axlPortClient65.updateHandoffConfigurationAsync(updateHandoffConfiguration));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse updateHandoffConfiguration(AxlNetClient.UpdateHandoffConfigurationReq updateHandoffConfiguration1)
 {
     return(axlPortClient65.updateHandoffConfiguration(updateHandoffConfiguration1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateHandoffConfigurationResponse> updateHandoffConfigurationAsync(AxlNetClient.UpdateHandoffConfigurationReq updateHandoffConfiguration)
 {
     AxlNetClient.updateHandoffConfigurationRequest inValue = new AxlNetClient.updateHandoffConfigurationRequest();
     inValue.updateHandoffConfiguration = updateHandoffConfiguration;
     return(((AxlNetClient.AXLPort65)(this)).updateHandoffConfigurationAsync(inValue));
 }