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

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

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