Exemplo n.º 1
0
 public AxlNetClient.GetRemoteDestinationRes getRemoteDestination(AxlNetClient.GetRemoteDestinationReq getRemoteDestination1)
 {
     AxlNetClient.getRemoteDestinationRequest inValue = new AxlNetClient.getRemoteDestinationRequest();
     inValue.getRemoteDestination = getRemoteDestination1;
     AxlNetClient.getRemoteDestinationResponse retVal = ((AxlNetClient.AXLPort45)(this)).getRemoteDestination(inValue);
     return(retVal.getRemoteDestinationResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getRemoteDestinationResponse> getRemoteDestinationAsync(AxlNetClient.GetRemoteDestinationReq getRemoteDestination)
 {
     AxlNetClient.getRemoteDestinationRequest inValue = new AxlNetClient.getRemoteDestinationRequest();
     inValue.getRemoteDestination = getRemoteDestination;
     return(((AxlNetClient.AXLPort45)(this)).getRemoteDestinationAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getRemoteDestinationResponse> AxlNetClient.AXLPort45.getRemoteDestinationAsync(AxlNetClient.getRemoteDestinationRequest request)
 {
     return(base.Channel.getRemoteDestinationAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.getRemoteDestinationResponse AxlNetClient.AXLPort45.getRemoteDestination(AxlNetClient.getRemoteDestinationRequest request)
 {
     return(base.Channel.getRemoteDestination(request));
 }