示例#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);
 }
示例#2
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));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.updateCommonPhoneConfigResponse> AxlNetClient.AXLPort32.updateCommonPhoneConfigAsync(AxlNetClient.updateCommonPhoneConfigRequest request)
 {
     return(base.Channel.updateCommonPhoneConfigAsync(request));
 }
示例#4
0
 AxlNetClient.updateCommonPhoneConfigResponse AxlNetClient.AXLPort32.updateCommonPhoneConfig(AxlNetClient.updateCommonPhoneConfigRequest request)
 {
     return(base.Channel.updateCommonPhoneConfig(request));
 }