Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndReEncrypt C# (CSharp) Метод

EndReEncrypt() публичный Метод

Finishes the asynchronous execution of the ReEncrypt operation.
public EndReEncrypt ( IAsyncResult asyncResult ) : ReEncryptResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginReEncrypt.
Результат ReEncryptResponse
        public  ReEncryptResponse EndReEncrypt(IAsyncResult asyncResult)
        {
            return EndInvoke<ReEncryptResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient