Пример #1
0
 public AxlNetClient.StandardResponse updateIlsConfig(AxlNetClient.UpdateIlsConfigReq updateIlsConfig1)
 {
     AxlNetClient.updateIlsConfigRequest inValue = new AxlNetClient.updateIlsConfigRequest();
     inValue.updateIlsConfig = updateIlsConfig1;
     AxlNetClient.updateIlsConfigResponse retVal = ((AxlNetClient.AXLPort80)(this)).updateIlsConfig(inValue);
     return(retVal.updateIlsConfigResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateIlsConfigResponse> updateIlsConfigAsync(AxlNetClient.UpdateIlsConfigReq updateIlsConfig)
 {
     AxlNetClient.updateIlsConfigRequest inValue = new AxlNetClient.updateIlsConfigRequest();
     inValue.updateIlsConfig = updateIlsConfig;
     return(((AxlNetClient.AXLPort80)(this)).updateIlsConfigAsync(inValue));
 }
Пример #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateIlsConfigResponse> updateIlsConfigAsync(AxlNetClient.UpdateIlsConfigReq updateIlsConfig)
 {
     return(axlPortClient80.updateIlsConfigAsync(updateIlsConfig));
 }
Пример #4
0
 public AxlNetClient.StandardResponse updateIlsConfig(AxlNetClient.UpdateIlsConfigReq updateIlsConfig1)
 {
     return(axlPortClient80.updateIlsConfig(updateIlsConfig1));
 }