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

EndDeleteServerCertificate() public method

Finishes the asynchronous execution of the DeleteServerCertificate operation.
public EndDeleteServerCertificate ( IAsyncResult asyncResult ) : Amazon.IdentityManagement.Model.DeleteServerCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteServerCertificate.
return Amazon.IdentityManagement.Model.DeleteServerCertificateResponse
        public  DeleteServerCertificateResponse EndDeleteServerCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteServerCertificateResponse>(asyncResult);
        }
AmazonIdentityManagementServiceClient