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

EndGenerateClientCertificate() public method

Finishes the asynchronous execution of the GenerateClientCertificate operation.
public EndGenerateClientCertificate ( IAsyncResult asyncResult ) : GenerateClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGenerateClientCertificate.
return Amazon.APIGateway.Model.GenerateClientCertificateResponse
        public  GenerateClientCertificateResponse EndGenerateClientCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<GenerateClientCertificateResponse>(asyncResult);
        }
AmazonAPIGatewayClient