示例#1
0
 public AxlNetClient.GetCCAProfilesRes getCCAProfiles(AxlNetClient.GetCCAProfilesReq getCCAProfiles1)
 {
     AxlNetClient.getCCAProfilesRequest inValue = new AxlNetClient.getCCAProfilesRequest();
     inValue.getCCAProfiles = getCCAProfiles1;
     AxlNetClient.getCCAProfilesResponse retVal = ((AxlNetClient.AXLPort73)(this)).getCCAProfiles(inValue);
     return(retVal.getCCAProfilesResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.getCCAProfilesResponse> getCCAProfilesAsync(AxlNetClient.GetCCAProfilesReq getCCAProfiles)
 {
     return(axlPortClient73.getCCAProfilesAsync(getCCAProfiles));
 }
示例#3
0
 public AxlNetClient.GetCCAProfilesRes getCCAProfiles(AxlNetClient.GetCCAProfilesReq getCCAProfiles1)
 {
     return(axlPortClient73.getCCAProfiles(getCCAProfiles1));
 }
示例#4
0
 public System.Threading.Tasks.Task <AxlNetClient.getCCAProfilesResponse> getCCAProfilesAsync(AxlNetClient.GetCCAProfilesReq getCCAProfiles)
 {
     AxlNetClient.getCCAProfilesRequest inValue = new AxlNetClient.getCCAProfilesRequest();
     inValue.getCCAProfiles = getCCAProfiles;
     return(((AxlNetClient.AXLPort73)(this)).getCCAProfilesAsync(inValue));
 }