Amazon.Redshift.AmazonRedshiftClient.EndRevokeSnapshotAccess C# (CSharp) 메소드

EndRevokeSnapshotAccess() 공개 메소드

Finishes the asynchronous execution of the RevokeSnapshotAccess operation.
public EndRevokeSnapshotAccess ( IAsyncResult asyncResult ) : RevokeSnapshotAccessResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRevokeSnapshotAccess.
리턴 RevokeSnapshotAccessResponse
        public  RevokeSnapshotAccessResponse EndRevokeSnapshotAccess(IAsyncResult asyncResult)
        {
            return EndInvoke<RevokeSnapshotAccessResponse>(asyncResult);
        }
AmazonRedshiftClient