Beispiel #1
0
 public AxlNetClient.StandardResponse addEndUserCapfProfile(AxlNetClient.AddEndUserCapfProfileReq addEndUserCapfProfile1)
 {
     AxlNetClient.addEndUserCapfProfileRequest inValue = new AxlNetClient.addEndUserCapfProfileRequest();
     inValue.addEndUserCapfProfile = addEndUserCapfProfile1;
     AxlNetClient.addEndUserCapfProfileResponse retVal = ((AxlNetClient.AXLPort28)(this)).addEndUserCapfProfile(inValue);
     return(retVal.addEndUserCapfProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addEndUserCapfProfileResponse> addEndUserCapfProfileAsync(AxlNetClient.AddEndUserCapfProfileReq addEndUserCapfProfile)
 {
     return(axlPortClient28.addEndUserCapfProfileAsync(addEndUserCapfProfile));
 }
Beispiel #3
0
 public AxlNetClient.StandardResponse addEndUserCapfProfile(AxlNetClient.AddEndUserCapfProfileReq addEndUserCapfProfile1)
 {
     return(axlPortClient28.addEndUserCapfProfile(addEndUserCapfProfile1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addEndUserCapfProfileResponse> addEndUserCapfProfileAsync(AxlNetClient.AddEndUserCapfProfileReq addEndUserCapfProfile)
 {
     AxlNetClient.addEndUserCapfProfileRequest inValue = new AxlNetClient.addEndUserCapfProfileRequest();
     inValue.addEndUserCapfProfile = addEndUserCapfProfile;
     return(((AxlNetClient.AXLPort28)(this)).addEndUserCapfProfileAsync(inValue));
 }