Amazon.Redshift.AmazonRedshiftClient.EndDeleteSnapshotCopyGrant C# (CSharp) Méthode

EndDeleteSnapshotCopyGrant() public méthode

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