示例#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);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSdpTransparencyProfileResponse> updateSdpTransparencyProfileAsync(AxlNetClient.UpdateSdpTransparencyProfileReq updateSdpTransparencyProfile)
 {
     return(axlPortClient71.updateSdpTransparencyProfileAsync(updateSdpTransparencyProfile));
 }
示例#3
0
 public AxlNetClient.StandardResponse updateSdpTransparencyProfile(AxlNetClient.UpdateSdpTransparencyProfileReq updateSdpTransparencyProfile1)
 {
     return(axlPortClient71.updateSdpTransparencyProfile(updateSdpTransparencyProfile1));
 }
示例#4
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));
 }