Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndGenerateDataKeyWithoutPlaintext C# (CSharp) 메소드

EndGenerateDataKeyWithoutPlaintext() 공개 메소드

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