Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.EndUpdateServerCertificate C# (CSharp) Method

EndUpdateServerCertificate() public method

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