Amazon.CertificateManager.AmazonCertificateManagerClient.EndImportCertificate C# (CSharp) Метод

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

Finishes the asynchronous execution of the ImportCertificate operation.
public EndImportCertificate ( IAsyncResult asyncResult ) : ImportCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportCertificate.
Результат Amazon.CertificateManager.Model.ImportCertificateResponse
        public  ImportCertificateResponse EndImportCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<ImportCertificateResponse>(asyncResult);
        }