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

EndGenerateDataKeyWithoutPlaintext() public method

Finishes the asynchronous execution of the GenerateDataKeyWithoutPlaintext operation.
public EndGenerateDataKeyWithoutPlaintext ( IAsyncResult asyncResult ) : GenerateDataKeyWithoutPlaintextResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGenerateDataKeyWithoutPlaintext.
return GenerateDataKeyWithoutPlaintextResponse
        public  GenerateDataKeyWithoutPlaintextResponse EndGenerateDataKeyWithoutPlaintext(IAsyncResult asyncResult)
        {
            return EndInvoke<GenerateDataKeyWithoutPlaintextResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient