Amazon.RDS.AmazonRDSClient.EndPromoteReadReplicaDBCluster C# (CSharp) Méthode

EndPromoteReadReplicaDBCluster() public méthode

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