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

EndUpdateSigningCertificate() public method

Finishes the asynchronous execution of the UpdateSigningCertificate operation.
public EndUpdateSigningCertificate ( IAsyncResult asyncResult ) : UpdateSigningCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSigningCertificate.
return UpdateSigningCertificateResponse
        public  UpdateSigningCertificateResponse EndUpdateSigningCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateSigningCertificateResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient