示例#1
0
 public AxlNetClient.GetPhoneOptionsRes getPhoneOptions(AxlNetClient.GetPhoneOptionsReq getPhoneOptions1)
 {
     AxlNetClient.getPhoneOptionsRequest inValue = new AxlNetClient.getPhoneOptionsRequest();
     inValue.getPhoneOptions = getPhoneOptions1;
     AxlNetClient.getPhoneOptionsResponse retVal = ((AxlNetClient.AXLPort43)(this)).getPhoneOptions(inValue);
     return(retVal.getPhoneOptionsResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.getPhoneOptionsResponse> getPhoneOptionsAsync(AxlNetClient.GetPhoneOptionsReq getPhoneOptions)
 {
     AxlNetClient.getPhoneOptionsRequest inValue = new AxlNetClient.getPhoneOptionsRequest();
     inValue.getPhoneOptions = getPhoneOptions;
     return(((AxlNetClient.AXLPort43)(this)).getPhoneOptionsAsync(inValue));
 }
示例#3
0
 public System.Threading.Tasks.Task <AxlNetClient.getPhoneOptionsResponse> getPhoneOptionsAsync(AxlNetClient.GetPhoneOptionsReq getPhoneOptions)
 {
     return(axlPortClient43.getPhoneOptionsAsync(getPhoneOptions));
 }
示例#4
0
 public AxlNetClient.GetPhoneOptionsRes getPhoneOptions(AxlNetClient.GetPhoneOptionsReq getPhoneOptions1)
 {
     return(axlPortClient43.getPhoneOptions(getPhoneOptions1));
 }