Exemple #1
0
 public AxlNetClient.StandardResponse addServiceProfile(AxlNetClient.AddServiceProfileReq addServiceProfile1)
 {
     AxlNetClient.addServiceProfileRequest inValue = new AxlNetClient.addServiceProfileRequest();
     inValue.addServiceProfile = addServiceProfile1;
     AxlNetClient.addServiceProfileResponse retVal = ((AxlNetClient.AXLPort68)(this)).addServiceProfile(inValue);
     return(retVal.addServiceProfileResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addServiceProfileResponse> addServiceProfileAsync(AxlNetClient.AddServiceProfileReq addServiceProfile)
 {
     AxlNetClient.addServiceProfileRequest inValue = new AxlNetClient.addServiceProfileRequest();
     inValue.addServiceProfile = addServiceProfile;
     return(((AxlNetClient.AXLPort68)(this)).addServiceProfileAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.addServiceProfileResponse> AxlNetClient.AXLPort68.addServiceProfileAsync(AxlNetClient.addServiceProfileRequest request)
 {
     return(base.Channel.addServiceProfileAsync(request));
 }
Exemple #4
0
 AxlNetClient.addServiceProfileResponse AxlNetClient.AXLPort68.addServiceProfile(AxlNetClient.addServiceProfileRequest request)
 {
     return(base.Channel.addServiceProfile(request));
 }