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

ListThingsAsync() public method

Initiates the asynchronous execution of the ListThings operation.
public ListThingsAsync ( ListThingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListThingsRequest Container for the necessary parameters to execute the ListThings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListThingsResponse> ListThingsAsync(ListThingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListThingsRequestMarshaller();
            var unmarshaller = ListThingsResponseUnmarshaller.Instance;

            return InvokeAsync<ListThingsRequest,ListThingsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonIoTClient::ListThingsAsync ( System cancellationToken = default(CancellationToken) ) : Task
AmazonIoTClient