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