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

EndCopyDBClusterSnapshot() public method

Finishes the asynchronous execution of the CopyDBClusterSnapshot operation.
public EndCopyDBClusterSnapshot ( IAsyncResult asyncResult ) : CopyDBClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyDBClusterSnapshot.
return CopyDBClusterSnapshotResponse
        public  CopyDBClusterSnapshotResponse EndCopyDBClusterSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyDBClusterSnapshotResponse>(asyncResult);
        }
AmazonRDSClient