Example #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);
 }
Example #2
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));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateServiceProfileResponse> AxlNetClient.AXLPort68.updateServiceProfileAsync(AxlNetClient.updateServiceProfileRequest request)
 {
     return(base.Channel.updateServiceProfileAsync(request));
 }
Example #4
0
 AxlNetClient.updateServiceProfileResponse AxlNetClient.AXLPort68.updateServiceProfile(AxlNetClient.updateServiceProfileRequest request)
 {
     return(base.Channel.updateServiceProfile(request));
 }