Amazon.CertificateManager.AmazonCertificateManagerClient.EndRequestCertificate C# (CSharp) Method

EndRequestCertificate() public method

Finishes the asynchronous execution of the RequestCertificate operation.
public EndRequestCertificate ( IAsyncResult asyncResult ) : RequestCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRequestCertificate.
return Amazon.CertificateManager.Model.RequestCertificateResponse
        public  RequestCertificateResponse EndRequestCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<RequestCertificateResponse>(asyncResult);
        }