Amazon.APIGateway.AmazonAPIGatewayClient.EndGenerateClientCertificate C# (CSharp) Метод

EndGenerateClientCertificate() публичный Метод

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