Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndEncrypt C# (CSharp) Method

EndEncrypt() public method

Finishes the asynchronous execution of the Encrypt operation.
public EndEncrypt ( IAsyncResult asyncResult ) : EncryptResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEncrypt.
return EncryptResponse
        public  EncryptResponse EndEncrypt(IAsyncResult asyncResult)
        {
            return EndInvoke<EncryptResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient