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); }
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)); }
System.Threading.Tasks.Task <AxlNetClient.updateSdpTransparencyProfileResponse> AxlNetClient.AXLPort71.updateSdpTransparencyProfileAsync(AxlNetClient.updateSdpTransparencyProfileRequest request) { return(base.Channel.updateSdpTransparencyProfileAsync(request)); }
AxlNetClient.updateSdpTransparencyProfileResponse AxlNetClient.AXLPort71.updateSdpTransparencyProfile(AxlNetClient.updateSdpTransparencyProfileRequest request) { return(base.Channel.updateSdpTransparencyProfile(request)); }