Amazon.RDS.AmazonRDSClient.EndPromoteReadReplicaDBCluster C# (CSharp) Method

EndPromoteReadReplicaDBCluster() public method

Finishes the asynchronous execution of the PromoteReadReplicaDBCluster operation.
public EndPromoteReadReplicaDBCluster ( IAsyncResult asyncResult ) : PromoteReadReplicaDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPromoteReadReplicaDBCluster.
return PromoteReadReplicaDBClusterResponse
        public  PromoteReadReplicaDBClusterResponse EndPromoteReadReplicaDBCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<PromoteReadReplicaDBClusterResponse>(asyncResult);
        }
AmazonRDSClient