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

EndGetClientCertificate() public method

Finishes the asynchronous execution of the GetClientCertificate operation.
public EndGetClientCertificate ( IAsyncResult asyncResult ) : GetClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetClientCertificate.
return Amazon.APIGateway.Model.GetClientCertificateResponse
        public  GetClientCertificateResponse EndGetClientCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<GetClientCertificateResponse>(asyncResult);
        }
AmazonAPIGatewayClient