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

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

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