コード例 #1
0
 public AxlNetClient.StandardResponse updateRemoteDestination(AxlNetClient.UpdateRemoteDestinationReq updateRemoteDestination1)
 {
     AxlNetClient.updateRemoteDestinationRequest inValue = new AxlNetClient.updateRemoteDestinationRequest();
     inValue.updateRemoteDestination = updateRemoteDestination1;
     AxlNetClient.updateRemoteDestinationResponse retVal = ((AxlNetClient.AXLPort45)(this)).updateRemoteDestination(inValue);
     return(retVal.updateRemoteDestinationResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateRemoteDestinationResponse> updateRemoteDestinationAsync(AxlNetClient.UpdateRemoteDestinationReq updateRemoteDestination)
 {
     AxlNetClient.updateRemoteDestinationRequest inValue = new AxlNetClient.updateRemoteDestinationRequest();
     inValue.updateRemoteDestination = updateRemoteDestination;
     return(((AxlNetClient.AXLPort45)(this)).updateRemoteDestinationAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateRemoteDestinationResponse> AxlNetClient.AXLPort45.updateRemoteDestinationAsync(AxlNetClient.updateRemoteDestinationRequest request)
 {
     return(base.Channel.updateRemoteDestinationAsync(request));
 }
コード例 #4
0
 AxlNetClient.updateRemoteDestinationResponse AxlNetClient.AXLPort45.updateRemoteDestination(AxlNetClient.updateRemoteDestinationRequest request)
 {
     return(base.Channel.updateRemoteDestination(request));
 }