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

EndGenerateRandom() public méthode

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