Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndUpdateServerCertificate C# (CSharp) Méthode

EndUpdateServerCertificate() public méthode

Finishes the asynchronous execution of the UpdateServerCertificate operation.
public EndUpdateServerCertificate ( IAsyncResult asyncResult ) : UpdateServerCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateServerCertificate.
Résultat UpdateServerCertificateResponse
        public  UpdateServerCertificateResponse EndUpdateServerCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateServerCertificateResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient