Exemple #1
0
 public AxlNetClient.StandardResponse updateSdpTransparencyProfile(AxlNetClient.UpdateSdpTransparencyProfileReq updateSdpTransparencyProfile1)
 {
     AxlNetClient.updateSdpTransparencyProfileRequest inValue = new AxlNetClient.updateSdpTransparencyProfileRequest();
     inValue.updateSdpTransparencyProfile = updateSdpTransparencyProfile1;
     AxlNetClient.updateSdpTransparencyProfileResponse retVal = ((AxlNetClient.AXLPort71)(this)).updateSdpTransparencyProfile(inValue);
     return(retVal.updateSdpTransparencyProfileResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSdpTransparencyProfileResponse> updateSdpTransparencyProfileAsync(AxlNetClient.UpdateSdpTransparencyProfileReq updateSdpTransparencyProfile)
 {
     AxlNetClient.updateSdpTransparencyProfileRequest inValue = new AxlNetClient.updateSdpTransparencyProfileRequest();
     inValue.updateSdpTransparencyProfile = updateSdpTransparencyProfile;
     return(((AxlNetClient.AXLPort71)(this)).updateSdpTransparencyProfileAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateSdpTransparencyProfileResponse> AxlNetClient.AXLPort71.updateSdpTransparencyProfileAsync(AxlNetClient.updateSdpTransparencyProfileRequest request)
 {
     return(base.Channel.updateSdpTransparencyProfileAsync(request));
 }
Exemple #4
0
 AxlNetClient.updateSdpTransparencyProfileResponse AxlNetClient.AXLPort71.updateSdpTransparencyProfile(AxlNetClient.updateSdpTransparencyProfileRequest request)
 {
     return(base.Channel.updateSdpTransparencyProfile(request));
 }