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

EndCreateSnapshotCopyGrant() public method

Finishes the asynchronous execution of the CreateSnapshotCopyGrant operation.
public EndCreateSnapshotCopyGrant ( IAsyncResult asyncResult ) : CreateSnapshotCopyGrantResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSnapshotCopyGrant.
return CreateSnapshotCopyGrantResponse
        public  CreateSnapshotCopyGrantResponse EndCreateSnapshotCopyGrant(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSnapshotCopyGrantResponse>(asyncResult);
        }
AmazonRedshiftClient