Amazon.Redshift.AmazonRedshiftClient.EndCopyClusterSnapshot C# (CSharp) Method

EndCopyClusterSnapshot() public method

Finishes the asynchronous execution of the CopyClusterSnapshot operation.
public EndCopyClusterSnapshot ( IAsyncResult asyncResult ) : CopyClusterSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCopyClusterSnapshot.
return CopyClusterSnapshotResponse
        public  CopyClusterSnapshotResponse EndCopyClusterSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<CopyClusterSnapshotResponse>(asyncResult);
        }
AmazonRedshiftClient