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

EndGetCertificate() public method

Finishes the asynchronous execution of the GetCertificate operation.
public EndGetCertificate ( IAsyncResult asyncResult ) : GetCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCertificate.
return Amazon.CertificateManager.Model.GetCertificateResponse
        public  GetCertificateResponse EndGetCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<GetCertificateResponse>(asyncResult);
        }