Amazon.Redshift.AmazonRedshiftClient.EndRotateEncryptionKey C# (CSharp) Method

EndRotateEncryptionKey() public method

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