コード例 #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);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateHandoffConfigurationResponse> updateHandoffConfigurationAsync(AxlNetClient.UpdateHandoffConfigurationReq updateHandoffConfiguration)
 {
     return(axlPortClient65.updateHandoffConfigurationAsync(updateHandoffConfiguration));
 }
コード例 #3
0
 public AxlNetClient.StandardResponse updateHandoffConfiguration(AxlNetClient.UpdateHandoffConfigurationReq updateHandoffConfiguration1)
 {
     return(axlPortClient65.updateHandoffConfiguration(updateHandoffConfiguration1));
 }
コード例 #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));
 }