Ejemplo n.º 1
0
 public AxlNetClient.GetRemoteDestinationProfileRes getRemoteDestinationProfile(AxlNetClient.GetRemoteDestinationProfileReq getRemoteDestinationProfile1)
 {
     AxlNetClient.getRemoteDestinationProfileRequest inValue = new AxlNetClient.getRemoteDestinationProfileRequest();
     inValue.getRemoteDestinationProfile = getRemoteDestinationProfile1;
     AxlNetClient.getRemoteDestinationProfileResponse retVal = ((AxlNetClient.AXLPort40)(this)).getRemoteDestinationProfile(inValue);
     return(retVal.getRemoteDestinationProfileResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getRemoteDestinationProfileResponse> getRemoteDestinationProfileAsync(AxlNetClient.GetRemoteDestinationProfileReq getRemoteDestinationProfile)
 {
     AxlNetClient.getRemoteDestinationProfileRequest inValue = new AxlNetClient.getRemoteDestinationProfileRequest();
     inValue.getRemoteDestinationProfile = getRemoteDestinationProfile;
     return(((AxlNetClient.AXLPort40)(this)).getRemoteDestinationProfileAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getRemoteDestinationProfileResponse> AxlNetClient.AXLPort40.getRemoteDestinationProfileAsync(AxlNetClient.getRemoteDestinationProfileRequest request)
 {
     return(base.Channel.getRemoteDestinationProfileAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.getRemoteDestinationProfileResponse AxlNetClient.AXLPort40.getRemoteDestinationProfile(AxlNetClient.getRemoteDestinationProfileRequest request)
 {
     return(base.Channel.getRemoteDestinationProfile(request));
 }