示例#1
0
 public System.Threading.Tasks.Task <AxlNetClient.getMobileSmartClientProfileResponse> getMobileSmartClientProfileAsync(AxlNetClient.GetMobileSmartClientProfileReq getMobileSmartClientProfile)
 {
     AxlNetClient.getMobileSmartClientProfileRequest inValue = new AxlNetClient.getMobileSmartClientProfileRequest();
     inValue.getMobileSmartClientProfile = getMobileSmartClientProfile;
     return(((AxlNetClient.AXLPort18)(this)).getMobileSmartClientProfileAsync(inValue));
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.getMobileSmartClientProfileResponse> getMobileSmartClientProfileAsync(AxlNetClient.GetMobileSmartClientProfileReq getMobileSmartClientProfile)
 {
     return(axlPortClient18.getMobileSmartClientProfileAsync(getMobileSmartClientProfile));
 }
示例#3
0
 public AxlNetClient.GetMobileSmartClientProfileRes getMobileSmartClientProfile(AxlNetClient.GetMobileSmartClientProfileReq getMobileSmartClientProfile1)
 {
     AxlNetClient.getMobileSmartClientProfileRequest inValue = new AxlNetClient.getMobileSmartClientProfileRequest();
     inValue.getMobileSmartClientProfile = getMobileSmartClientProfile1;
     AxlNetClient.getMobileSmartClientProfileResponse retVal = ((AxlNetClient.AXLPort18)(this)).getMobileSmartClientProfile(inValue);
     return(retVal.getMobileSmartClientProfileResponse1);
 }
示例#4
0
 public AxlNetClient.GetMobileSmartClientProfileRes getMobileSmartClientProfile(AxlNetClient.GetMobileSmartClientProfileReq getMobileSmartClientProfile1)
 {
     return(axlPortClient18.getMobileSmartClientProfile(getMobileSmartClientProfile1));
 }