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

EndCreateSnapshotCopyGrant() public méthode

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