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

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

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