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

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

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