Amazon.IoT.AmazonIoTClient.EndCreateKeysAndCertificate C# (CSharp) Method

EndCreateKeysAndCertificate() public method

Finishes the asynchronous execution of the CreateKeysAndCertificate operation.
public EndCreateKeysAndCertificate ( IAsyncResult asyncResult ) : CreateKeysAndCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateKeysAndCertificate.
return CreateKeysAndCertificateResponse
        public  CreateKeysAndCertificateResponse EndCreateKeysAndCertificate(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateKeysAndCertificateResponse>(asyncResult);
        }
AmazonIoTClient