Esempio n. 1
0
 public AxlNetClient.StandardResponse updateCommonPhoneConfig(AxlNetClient.UpdateCommonPhoneConfigReq updateCommonPhoneConfig1)
 {
     AxlNetClient.updateCommonPhoneConfigRequest inValue = new AxlNetClient.updateCommonPhoneConfigRequest();
     inValue.updateCommonPhoneConfig = updateCommonPhoneConfig1;
     AxlNetClient.updateCommonPhoneConfigResponse retVal = ((AxlNetClient.AXLPort32)(this)).updateCommonPhoneConfig(inValue);
     return(retVal.updateCommonPhoneConfigResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateCommonPhoneConfigResponse> updateCommonPhoneConfigAsync(AxlNetClient.UpdateCommonPhoneConfigReq updateCommonPhoneConfig)
 {
     return(axlPortClient32.updateCommonPhoneConfigAsync(updateCommonPhoneConfig));
 }
Esempio n. 3
0
 public AxlNetClient.StandardResponse updateCommonPhoneConfig(AxlNetClient.UpdateCommonPhoneConfigReq updateCommonPhoneConfig1)
 {
     return(axlPortClient32.updateCommonPhoneConfig(updateCommonPhoneConfig1));
 }
Esempio n. 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateCommonPhoneConfigResponse> updateCommonPhoneConfigAsync(AxlNetClient.UpdateCommonPhoneConfigReq updateCommonPhoneConfig)
 {
     AxlNetClient.updateCommonPhoneConfigRequest inValue = new AxlNetClient.updateCommonPhoneConfigRequest();
     inValue.updateCommonPhoneConfig = updateCommonPhoneConfig;
     return(((AxlNetClient.AXLPort32)(this)).updateCommonPhoneConfigAsync(inValue));
 }