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