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

EndFailoverDBCluster() public method

Finishes the asynchronous execution of the FailoverDBCluster operation.
public EndFailoverDBCluster ( IAsyncResult asyncResult ) : FailoverDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginFailoverDBCluster.
return FailoverDBClusterResponse
        public  FailoverDBClusterResponse EndFailoverDBCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<FailoverDBClusterResponse>(asyncResult);
        }
AmazonRDSClient