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

EndEnableSnapshotCopy() public method

Finishes the asynchronous execution of the EnableSnapshotCopy operation.
public EndEnableSnapshotCopy ( IAsyncResult asyncResult ) : EnableSnapshotCopyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableSnapshotCopy.
return EnableSnapshotCopyResponse
        public  EnableSnapshotCopyResponse EndEnableSnapshotCopy(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableSnapshotCopyResponse>(asyncResult);
        }
AmazonRedshiftClient