コード例 #1
0
 public AxlNetClient.DoUpdateRemoteClusterRes doUpdateRemoteCluster(AxlNetClient.DoUpdateRemoteClusterReq doUpdateRemoteCluster1)
 {
     AxlNetClient.doUpdateRemoteClusterRequest inValue = new AxlNetClient.doUpdateRemoteClusterRequest();
     inValue.doUpdateRemoteCluster = doUpdateRemoteCluster1;
     AxlNetClient.doUpdateRemoteClusterResponse retVal = ((AxlNetClient.AXLPort80)(this)).doUpdateRemoteCluster(inValue);
     return(retVal.doUpdateRemoteClusterResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.doUpdateRemoteClusterResponse> doUpdateRemoteClusterAsync(AxlNetClient.DoUpdateRemoteClusterReq doUpdateRemoteCluster)
 {
     AxlNetClient.doUpdateRemoteClusterRequest inValue = new AxlNetClient.doUpdateRemoteClusterRequest();
     inValue.doUpdateRemoteCluster = doUpdateRemoteCluster;
     return(((AxlNetClient.AXLPort80)(this)).doUpdateRemoteClusterAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <AxlNetClient.doUpdateRemoteClusterResponse> AxlNetClient.AXLPort80.doUpdateRemoteClusterAsync(AxlNetClient.doUpdateRemoteClusterRequest request)
 {
     return(base.Channel.doUpdateRemoteClusterAsync(request));
 }
コード例 #4
0
 AxlNetClient.doUpdateRemoteClusterResponse AxlNetClient.AXLPort80.doUpdateRemoteCluster(AxlNetClient.doUpdateRemoteClusterRequest request)
 {
     return(base.Channel.doUpdateRemoteCluster(request));
 }