Exemple #1
0
 public AxlNetClient.ListSdpTransparencyProfileRes listSdpTransparencyProfile(AxlNetClient.ListSdpTransparencyProfileReq listSdpTransparencyProfile1)
 {
     AxlNetClient.listSdpTransparencyProfileRequest inValue = new AxlNetClient.listSdpTransparencyProfileRequest();
     inValue.listSdpTransparencyProfile = listSdpTransparencyProfile1;
     AxlNetClient.listSdpTransparencyProfileResponse retVal = ((AxlNetClient.AXLPort71)(this)).listSdpTransparencyProfile(inValue);
     return(retVal.listSdpTransparencyProfileResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listSdpTransparencyProfileResponse> listSdpTransparencyProfileAsync(AxlNetClient.ListSdpTransparencyProfileReq listSdpTransparencyProfile)
 {
     return(axlPortClient71.listSdpTransparencyProfileAsync(listSdpTransparencyProfile));
 }
Exemple #3
0
 public AxlNetClient.ListSdpTransparencyProfileRes listSdpTransparencyProfile(AxlNetClient.ListSdpTransparencyProfileReq listSdpTransparencyProfile1)
 {
     return(axlPortClient71.listSdpTransparencyProfile(listSdpTransparencyProfile1));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <AxlNetClient.listSdpTransparencyProfileResponse> listSdpTransparencyProfileAsync(AxlNetClient.ListSdpTransparencyProfileReq listSdpTransparencyProfile)
 {
     AxlNetClient.listSdpTransparencyProfileRequest inValue = new AxlNetClient.listSdpTransparencyProfileRequest();
     inValue.listSdpTransparencyProfile = listSdpTransparencyProfile;
     return(((AxlNetClient.AXLPort71)(this)).listSdpTransparencyProfileAsync(inValue));
 }