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