Amazon.IoT.AmazonIoTClient.EndRegisterCACertificate C# (CSharp) Метод

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

Finishes the asynchronous execution of the RegisterCACertificate operation.
public EndRegisterCACertificate ( IAsyncResult asyncResult ) : RegisterCACertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterCACertificate.
Результат RegisterCACertificateResponse
        public  RegisterCACertificateResponse EndRegisterCACertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<RegisterCACertificateResponse>(asyncResult);
        }
AmazonIoTClient