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