Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndUpdateServerCertificate C# (CSharp) Метод

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

Finishes the asynchronous execution of the UpdateServerCertificate operation.
public EndUpdateServerCertificate ( IAsyncResult asyncResult ) : UpdateServerCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateServerCertificate.
Результат UpdateServerCertificateResponse
        public  UpdateServerCertificateResponse EndUpdateServerCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateServerCertificateResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient