示例#1
0
 public AxlNetClient.StandardResponse updateCCAProfiles(AxlNetClient.UpdateCCAProfilesReq updateCCAProfiles1)
 {
     AxlNetClient.updateCCAProfilesRequest inValue = new AxlNetClient.updateCCAProfilesRequest();
     inValue.updateCCAProfiles = updateCCAProfiles1;
     AxlNetClient.updateCCAProfilesResponse retVal = ((AxlNetClient.AXLPort73)(this)).updateCCAProfiles(inValue);
     return(retVal.updateCCAProfilesResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateCCAProfilesResponse> updateCCAProfilesAsync(AxlNetClient.UpdateCCAProfilesReq updateCCAProfiles)
 {
     return(axlPortClient73.updateCCAProfilesAsync(updateCCAProfiles));
 }
示例#3
0
 public AxlNetClient.StandardResponse updateCCAProfiles(AxlNetClient.UpdateCCAProfilesReq updateCCAProfiles1)
 {
     return(axlPortClient73.updateCCAProfiles(updateCCAProfiles1));
 }
示例#4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateCCAProfilesResponse> updateCCAProfilesAsync(AxlNetClient.UpdateCCAProfilesReq updateCCAProfiles)
 {
     AxlNetClient.updateCCAProfilesRequest inValue = new AxlNetClient.updateCCAProfilesRequest();
     inValue.updateCCAProfiles = updateCCAProfiles;
     return(((AxlNetClient.AXLPort73)(this)).updateCCAProfilesAsync(inValue));
 }