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

EndDisableSnapshotCopy() public method

Finishes the asynchronous execution of the DisableSnapshotCopy operation.
public EndDisableSnapshotCopy ( IAsyncResult asyncResult ) : DisableSnapshotCopyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisableSnapshotCopy.
return DisableSnapshotCopyResponse
        public  DisableSnapshotCopyResponse EndDisableSnapshotCopy(IAsyncResult asyncResult)
        {
            return EndInvoke<DisableSnapshotCopyResponse>(asyncResult);
        }
AmazonRedshiftClient