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