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

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

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