Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndGenerateDataKeyWithoutPlaintext C# (CSharp) Méthode

EndGenerateDataKeyWithoutPlaintext() public méthode

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