public AxlNetClient.GetSdpTransparencyProfileRes getSdpTransparencyProfile(AxlNetClient.GetSdpTransparencyProfileReq getSdpTransparencyProfile1) { AxlNetClient.getSdpTransparencyProfileRequest inValue = new AxlNetClient.getSdpTransparencyProfileRequest(); inValue.getSdpTransparencyProfile = getSdpTransparencyProfile1; AxlNetClient.getSdpTransparencyProfileResponse retVal = ((AxlNetClient.AXLPort71)(this)).getSdpTransparencyProfile(inValue); return(retVal.getSdpTransparencyProfileResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.getSdpTransparencyProfileResponse> getSdpTransparencyProfileAsync(AxlNetClient.GetSdpTransparencyProfileReq getSdpTransparencyProfile) { return(axlPortClient71.getSdpTransparencyProfileAsync(getSdpTransparencyProfile)); }
public AxlNetClient.GetSdpTransparencyProfileRes getSdpTransparencyProfile(AxlNetClient.GetSdpTransparencyProfileReq getSdpTransparencyProfile1) { return(axlPortClient71.getSdpTransparencyProfile(getSdpTransparencyProfile1)); }
public System.Threading.Tasks.Task <AxlNetClient.getSdpTransparencyProfileResponse> getSdpTransparencyProfileAsync(AxlNetClient.GetSdpTransparencyProfileReq getSdpTransparencyProfile) { AxlNetClient.getSdpTransparencyProfileRequest inValue = new AxlNetClient.getSdpTransparencyProfileRequest(); inValue.getSdpTransparencyProfile = getSdpTransparencyProfile; return(((AxlNetClient.AXLPort71)(this)).getSdpTransparencyProfileAsync(inValue)); }