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

EndRotateEncryptionKey() 공개 메소드

Finishes the asynchronous execution of the RotateEncryptionKey operation.
public EndRotateEncryptionKey ( IAsyncResult asyncResult ) : RotateEncryptionKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRotateEncryptionKey.
리턴 RotateEncryptionKeyResponse
        public  RotateEncryptionKeyResponse EndRotateEncryptionKey(IAsyncResult asyncResult)
        {
            return EndInvoke<RotateEncryptionKeyResponse>(asyncResult);
        }
AmazonRedshiftClient