Exemple #1
0
 public AxlNetClient.StandardResponse updateServiceProfile(AxlNetClient.UpdateServiceProfileReq updateServiceProfile1)
 {
     AxlNetClient.updateServiceProfileRequest inValue = new AxlNetClient.updateServiceProfileRequest();
     inValue.updateServiceProfile = updateServiceProfile1;
     AxlNetClient.updateServiceProfileResponse retVal = ((AxlNetClient.AXLPort68)(this)).updateServiceProfile(inValue);
     return(retVal.updateServiceProfileResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateServiceProfileResponse> updateServiceProfileAsync(AxlNetClient.UpdateServiceProfileReq updateServiceProfile)
 {
     return(axlPortClient68.updateServiceProfileAsync(updateServiceProfile));
 }
Exemple #3
0
 public AxlNetClient.StandardResponse updateServiceProfile(AxlNetClient.UpdateServiceProfileReq updateServiceProfile1)
 {
     return(axlPortClient68.updateServiceProfile(updateServiceProfile1));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateServiceProfileResponse> updateServiceProfileAsync(AxlNetClient.UpdateServiceProfileReq updateServiceProfile)
 {
     AxlNetClient.updateServiceProfileRequest inValue = new AxlNetClient.updateServiceProfileRequest();
     inValue.updateServiceProfile = updateServiceProfile;
     return(((AxlNetClient.AXLPort68)(this)).updateServiceProfileAsync(inValue));
 }