示例#1
0
 public AxlNetClient.GetCommonPhoneConfigRes getCommonPhoneConfig(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig1)
 {
     AxlNetClient.getCommonPhoneConfigRequest inValue = new AxlNetClient.getCommonPhoneConfigRequest();
     inValue.getCommonPhoneConfig = getCommonPhoneConfig1;
     AxlNetClient.getCommonPhoneConfigResponse retVal = ((AxlNetClient.AXLPort32)(this)).getCommonPhoneConfig(inValue);
     return(retVal.getCommonPhoneConfigResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.getCommonPhoneConfigResponse> getCommonPhoneConfigAsync(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig)
 {
     AxlNetClient.getCommonPhoneConfigRequest inValue = new AxlNetClient.getCommonPhoneConfigRequest();
     inValue.getCommonPhoneConfig = getCommonPhoneConfig;
     return(((AxlNetClient.AXLPort32)(this)).getCommonPhoneConfigAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.getCommonPhoneConfigResponse> AxlNetClient.AXLPort32.getCommonPhoneConfigAsync(AxlNetClient.getCommonPhoneConfigRequest request)
 {
     return(base.Channel.getCommonPhoneConfigAsync(request));
 }
示例#4
0
 AxlNetClient.getCommonPhoneConfigResponse AxlNetClient.AXLPort32.getCommonPhoneConfig(AxlNetClient.getCommonPhoneConfigRequest request)
 {
     return(base.Channel.getCommonPhoneConfig(request));
 }