Amazon.APIGateway.AmazonAPIGatewayClient.EndDeleteClientCertificate C# (CSharp) Method

EndDeleteClientCertificate() public method

Finishes the asynchronous execution of the DeleteClientCertificate operation.
public EndDeleteClientCertificate ( IAsyncResult asyncResult ) : DeleteClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteClientCertificate.
return DeleteClientCertificateResponse
        public  DeleteClientCertificateResponse EndDeleteClientCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteClientCertificateResponse>(asyncResult);
        }
AmazonAPIGatewayClient