Amazon.KeyManagementService.AmazonKeyManagementServiceClient.EndGenerateRandom C# (CSharp) Метод

EndGenerateRandom() публичный Метод

Finishes the asynchronous execution of the GenerateRandom operation.
public EndGenerateRandom ( IAsyncResult asyncResult ) : GenerateRandomResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGenerateRandom.
Результат GenerateRandomResponse
        public  GenerateRandomResponse EndGenerateRandom(IAsyncResult asyncResult)
        {
            return EndInvoke<GenerateRandomResponse>(asyncResult);
        }
AmazonKeyManagementServiceClient