Exemple #1
0
 public AxlNetClient.UpdateSyslogConfigurationRes updateSyslogConfiguration(AxlNetClient.UpdateSyslogConfigurationReq updateSyslogConfiguration1)
 {
     AxlNetClient.updateSyslogConfigurationRequest inValue = new AxlNetClient.updateSyslogConfigurationRequest();
     inValue.updateSyslogConfiguration = updateSyslogConfiguration1;
     AxlNetClient.updateSyslogConfigurationResponse retVal = ((AxlNetClient.AXLPort80)(this)).updateSyslogConfiguration(inValue);
     return(retVal.updateSyslogConfigurationResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSyslogConfigurationResponse> updateSyslogConfigurationAsync(AxlNetClient.UpdateSyslogConfigurationReq updateSyslogConfiguration)
 {
     AxlNetClient.updateSyslogConfigurationRequest inValue = new AxlNetClient.updateSyslogConfigurationRequest();
     inValue.updateSyslogConfiguration = updateSyslogConfiguration;
     return(((AxlNetClient.AXLPort80)(this)).updateSyslogConfigurationAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateSyslogConfigurationResponse> AxlNetClient.AXLPort80.updateSyslogConfigurationAsync(AxlNetClient.updateSyslogConfigurationRequest request)
 {
     return(base.Channel.updateSyslogConfigurationAsync(request));
 }
Exemple #4
0
 AxlNetClient.updateSyslogConfigurationResponse AxlNetClient.AXLPort80.updateSyslogConfiguration(AxlNetClient.updateSyslogConfigurationRequest request)
 {
     return(base.Channel.updateSyslogConfiguration(request));
 }