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

EndDeleteSnapshotCopyGrant() public method

Finishes the asynchronous execution of the DeleteSnapshotCopyGrant operation.
public EndDeleteSnapshotCopyGrant ( IAsyncResult asyncResult ) : DeleteSnapshotCopyGrantResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSnapshotCopyGrant.
return DeleteSnapshotCopyGrantResponse
        public  DeleteSnapshotCopyGrantResponse EndDeleteSnapshotCopyGrant(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteSnapshotCopyGrantResponse>(asyncResult);
        }
AmazonRedshiftClient