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

EndListThingTypes() public method

Finishes the asynchronous execution of the ListThingTypes operation.
public EndListThingTypes ( IAsyncResult asyncResult ) : ListThingTypesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListThingTypes.
return ListThingTypesResponse
        public  ListThingTypesResponse EndListThingTypes(IAsyncResult asyncResult)
        {
            return EndInvoke<ListThingTypesResponse>(asyncResult);
        }
AmazonIoTClient