Amazon.CertificateManager.AmazonCertificateManagerClient.EndImportCertificate C# (CSharp) Méthode

EndImportCertificate() public méthode

Finishes the asynchronous execution of the ImportCertificate operation.
public EndImportCertificate ( IAsyncResult asyncResult ) : ImportCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportCertificate.
Résultat Amazon.CertificateManager.Model.ImportCertificateResponse
        public  ImportCertificateResponse EndImportCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportCertificateResponse>(asyncResult);
        }