Amazon.Redshift.AmazonRedshiftClient.EndDeleteSnapshotCopyGrant C# (CSharp) 메소드

EndDeleteSnapshotCopyGrant() 공개 메소드

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