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

EndRestoreDBClusterFromS3() public method

Finishes the asynchronous execution of the RestoreDBClusterFromS3 operation.
public EndRestoreDBClusterFromS3 ( IAsyncResult asyncResult ) : RestoreDBClusterFromS3Response
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreDBClusterFromS3.
return RestoreDBClusterFromS3Response
        public  RestoreDBClusterFromS3Response EndRestoreDBClusterFromS3(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreDBClusterFromS3Response>(asyncResult);
        }
AmazonRDSClient