Amazon.Redshift.AmazonRedshiftClient.EndCreateSnapshotCopyGrant C# (CSharp) Метод

EndCreateSnapshotCopyGrant() публичный Метод

Finishes the asynchronous execution of the CreateSnapshotCopyGrant operation.
public EndCreateSnapshotCopyGrant ( IAsyncResult asyncResult ) : CreateSnapshotCopyGrantResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSnapshotCopyGrant.
Результат CreateSnapshotCopyGrantResponse
        public  CreateSnapshotCopyGrantResponse EndCreateSnapshotCopyGrant(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSnapshotCopyGrantResponse>(asyncResult);
        }
AmazonRedshiftClient