Beispiel #1
0
 public AxlNetClient.StandardResponse addCCAProfiles(AxlNetClient.AddCCAProfilesReq addCCAProfiles1)
 {
     AxlNetClient.addCCAProfilesRequest inValue = new AxlNetClient.addCCAProfilesRequest();
     inValue.addCCAProfiles = addCCAProfiles1;
     AxlNetClient.addCCAProfilesResponse retVal = ((AxlNetClient.AXLPort73)(this)).addCCAProfiles(inValue);
     return(retVal.addCCAProfilesResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addCCAProfilesResponse> addCCAProfilesAsync(AxlNetClient.AddCCAProfilesReq addCCAProfiles)
 {
     return(axlPortClient73.addCCAProfilesAsync(addCCAProfiles));
 }
Beispiel #3
0
 public AxlNetClient.StandardResponse addCCAProfiles(AxlNetClient.AddCCAProfilesReq addCCAProfiles1)
 {
     return(axlPortClient73.addCCAProfiles(addCCAProfiles1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addCCAProfilesResponse> addCCAProfilesAsync(AxlNetClient.AddCCAProfilesReq addCCAProfiles)
 {
     AxlNetClient.addCCAProfilesRequest inValue = new AxlNetClient.addCCAProfilesRequest();
     inValue.addCCAProfiles = addCCAProfiles;
     return(((AxlNetClient.AXLPort73)(this)).addCCAProfilesAsync(inValue));
 }