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

EndModifyDBCluster() public method

Finishes the asynchronous execution of the ModifyDBCluster operation.
public EndModifyDBCluster ( IAsyncResult asyncResult ) : ModifyDBClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginModifyDBCluster.
return ModifyDBClusterResponse
        public  ModifyDBClusterResponse EndModifyDBCluster(IAsyncResult asyncResult)
        {
            return EndInvoke<ModifyDBClusterResponse>(asyncResult);
        }
AmazonRDSClient