Esempio 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);
 }
Esempio n. 2
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));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateHandoffConfigurationResponse> AxlNetClient.AXLPort65.updateHandoffConfigurationAsync(AxlNetClient.updateHandoffConfigurationRequest request)
 {
     return(base.Channel.updateHandoffConfigurationAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.updateHandoffConfigurationResponse AxlNetClient.AXLPort65.updateHandoffConfiguration(AxlNetClient.updateHandoffConfigurationRequest request)
 {
     return(base.Channel.updateHandoffConfiguration(request));
 }