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

EndGenerateRandom() public method

Finishes the asynchronous execution of the GenerateRandom operation.
public EndGenerateRandom ( IAsyncResult asyncResult ) : GenerateRandomResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGenerateRandom.
return GenerateRandomResponse
        public  GenerateRandomResponse EndGenerateRandom(IAsyncResult asyncResult)
        {
            return EndInvoke<GenerateRandomResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient